Get Entitlement Result
data class GetEntitlementResult(val appVisibility: String? = null, val attributes: List<EntitlementAttribute>? = null, val createdTime: String? = null, val description: String? = null, val lastModifiedTime: String? = null)
Properties
Link copied to clipboard
Specifies whether to entitle all apps or only selected apps.
Link copied to clipboard
The attributes of the entitlement.
Link copied to clipboard
The time when the entitlement was created.
Link copied to clipboard
The description of the entitlement.
Link copied to clipboard
The time when the entitlement was last modified.