Class SfCspTrustedSite
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Trusted URL
SObject Name: CspTrustedSite
Custom Object: False
public class SfCspTrustedSite : SObject
- Inheritance
-
SfCspTrustedSite
- Inherited Members
Properties
CanAccessCamera
camera
Name: CanAccessCamera
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "canAccessCamera")]
public bool? CanAccessCamera { get; set; }
Property Value
- bool?
CanAccessMicrophone
microphone
Name: CanAccessMicrophone
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "canAccessMicrophone")]
public bool? CanAccessMicrophone { get; set; }
Property Value
- bool?
Context
CSP Context
Name: Context
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "context")]
public string Context { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Description
Description
Name: Description
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
DeveloperName
API Name
Name: DeveloperName
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "developerName")]
public string DeveloperName { get; set; }
Property Value
EndpointUrl
URL
Name: EndpointUrl
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "endpointUrl")]
public string EndpointUrl { get; set; }
Property Value
Id
Trusted Site ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsActive
Active
Name: IsActive
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isActive")]
public bool? IsActive { get; set; }
Property Value
- bool?
IsApplicableToConnectSrc
connect-src (scripts)
Name: IsApplicableToConnectSrc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isApplicableToConnectSrc")]
public bool? IsApplicableToConnectSrc { get; set; }
Property Value
- bool?
IsApplicableToFontSrc
font-src (fonts)
Name: IsApplicableToFontSrc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isApplicableToFontSrc")]
public bool? IsApplicableToFontSrc { get; set; }
Property Value
- bool?
IsApplicableToFrameSrc
frame-src (iframe content)
Name: IsApplicableToFrameSrc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isApplicableToFrameSrc")]
public bool? IsApplicableToFrameSrc { get; set; }
Property Value
- bool?
IsApplicableToImgSrc
img-src (images)
Name: IsApplicableToImgSrc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isApplicableToImgSrc")]
public bool? IsApplicableToImgSrc { get; set; }
Property Value
- bool?
IsApplicableToMediaSrc
media-src (audio and video)
Name: IsApplicableToMediaSrc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isApplicableToMediaSrc")]
public bool? IsApplicableToMediaSrc { get; set; }
Property Value
- bool?
IsApplicableToStyleSrc
style-src (stylesheets)
Name: IsApplicableToStyleSrc
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isApplicableToStyleSrc")]
public bool? IsApplicableToStyleSrc { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
Language
Master Language
Name: Language
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "language")]
public string Language { get; set; }
Property Value
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
MasterLabel
Label
Name: MasterLabel
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "masterLabel")]
public string MasterLabel { get; set; }
Property Value
NamespacePrefix
Namespace Prefix
Name: NamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "namespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string NamespacePrefix { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }