Class SfActivePermSetLicenseMetric
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Active Permission Set License Metric
SObject Name: ActivePermSetLicenseMetric
Custom Object: False
public class SfActivePermSetLicenseMetric : SObject
- Inheritance
-
SfActivePermSetLicenseMetric
- Inherited Members
Properties
ActiveUserCount
Active User Count
Name: ActiveUserCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "activeUserCount")]
[Updateable(false)]
[Createable(false)]
public int? ActiveUserCount { get; set; }
Property Value
- int?
AssignedUserCount
Assigned User Count
Name: AssignedUserCount
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "assignedUserCount")]
[Updateable(false)]
[Createable(false)]
public int? AssignedUserCount { get; set; }
Property Value
- int?
DeveloperName
Permission Set License Developer Name
Name: DeveloperName
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "developerName")]
[Updateable(false)]
[Createable(false)]
public string DeveloperName { get; set; }
Property Value
Id
Active Permission Set License Metric ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
MasterLabel
Permission Set License Master Label
Name: MasterLabel
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "masterLabel")]
[Updateable(false)]
[Createable(false)]
public string MasterLabel { get; set; }
Property Value
MetricsDate
Metrics Date
Name: MetricsDate
SF Type: date
Nillable: False
[JsonProperty(PropertyName = "metricsDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? MetricsDate { get; set; }
Property Value
PermissionSetLicense
ReferenceTo: PermissionSetLicense
RelationshipName: PermissionSetLicense
[JsonProperty(PropertyName = "permissionSetLicense")]
[Updateable(false)]
[Createable(false)]
public SfPermissionSetLicense PermissionSetLicense { get; set; }
Property Value
PermissionSetLicenseId
Permission Set License ID
Name: PermissionSetLicenseId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "permissionSetLicenseId")]
[Updateable(false)]
[Createable(false)]
public string PermissionSetLicenseId { 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; }
Property Value
TotalLicenses
Total License Count
Name: TotalLicenses
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "totalLicenses")]
[Updateable(false)]
[Createable(false)]
public int? TotalLicenses { get; set; }
Property Value
- int?