afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ActiveFeatureLicenseMetric.json

85 lines
3.5 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "ActiveFeatureLicenseMetric - Data API",
"description": "Represents the number of active, assigned, and purchased feature licenses in the org. This object is available in API version 52.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ActiveUserCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Number of users assigned this feature license who have logged in within the last 30 days."
},
"AssignedUserCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Number of users assigned this feature license."
},
"FeatureType": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "Type of feature license. Possible values are: AvantgoUser—AvantGo User ChatterAnswersUser—Chatter Answers User InteractionUser—Flow User JigsawProspectingUser—Data.com User KnowledgeUser—Knowledge User LiveAgentUser—Chat User MarketingUser—Marketing User MobileUser—Apex Mobile User OfflineUser—Offline User SFContentUser—Salesforce CRM Content User SiteforceContributorUser—Site.com Contributor User SiteforcePublisherUser—Site.com Publisher User SupportUser—Service Cloud User WirelessUser—Wireless User WorkDotComUserFeature—WDC User"
},
"MetricsDate": {
"type": "date",
"properties": "Filter, Group, Sort",
"description": "Date that feature license metrics were collected."
},
"TotalLicenseCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "The number of feature licenses in the organization."
}
},
"wsdl_segment": "```xml\n<complexType name=\"ActiveFeatureLicenseMetric\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"ActiveUserCount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"AssignedUserCount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"FeatureType\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"MetricsDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:date\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"TotalLicenseCount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n```",
"field_reference": {
"ActiveUserCount": {
"field_label": "Active User Count",
"type": "int",
"digits": "9"
},
"AssignedUserCount": {
"field_label": "Assigned User Count",
"type": "int",
"digits": "9"
},
"FeatureType": {
"field_label": "Primary Grain",
"type": "picklist",
"length": "40"
},
"Id": {
"field_label": "Active Feature License Metric ID",
"type": "id",
"length": "18"
},
"MetricsDate": {
"field_label": "Metrics Date",
"type": "date"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TotalLicenseCount": {
"field_label": "Total License Count",
"type": "int",
"digits": "9"
}
},
"field_reference_columns": [
"field_label",
"type",
"digits",
"length"
]
}