{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "ActivePermSetLicenseMetric - Data API",
"description": "Represents the number of active, assigned, and purchased permission set licenses in the org. This object is available in API version 52.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"ActiveUserCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Number of users assigned this permission set license who have logged in within the last 30 days."
},
"AssignedUserCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Number of users assigned this permission set license."
},
"DeveloperName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The unique name of this permission set license object in the API. This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores."
},
"MasterLabel": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The label of the permission set license."
},
"MetricsDate": {
"type": "date",
"properties": "Filter, Group, Sort",
"description": "Date that permission set license metrics were collected."
},
"PermissionSetLicenseId": {
"type": "reference",
"properties": "Filter, Group, Sort",
"description": "The ID of the permission set license. This is a relationship field.",
"relationship_name": "PermissionSetLicense",
"relationship_type": "Lookup",
"refers_to": "PermissionSetLicense"
},
"TotalLicenses": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The total number of this permission set licenses that are available to your org."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"field_reference": {
"ActiveUserCount": {
"field_label": "Active User Count",
"type": "int",
"digits": "9"
},
"AssignedUserCount": {
"field_label": "Assigned User Count",
"type": "int",
"digits": "9"
},
"DeveloperName": {
"field_label": "Permission Set License Developer Name",
"type": "string",
"length": "255"
},
"Id": {
"field_label": "Active Permission Set License Metric ID",
"type": "id",
"length": "18"
},
"MasterLabel": {
"field_label": "Permission Set License Master Label",
"type": "string",
"length": "255"
},
"MetricsDate": {
"field_label": "Metrics Date",
"type": "date"
},
"PermissionSetLicenseId": {
"field_label": "Permission Set License ID",
"type": "reference",
"length": "18"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TotalLicenses": {
"field_label": "Total License Count",
"type": "int",
"digits": "9"
}
},
"field_reference_columns": [
"field_label",
"type",
"digits",
"length"
]
}