GetEntitlementResult

data class GetEntitlementResult(val appVisibility: String? = null, val attributes: List<EntitlementAttribute>? = null, val createdTime: String? = null, val description: String? = null, val lastModifiedTime: String? = null)

Constructors

Link copied to clipboard
constructor(appVisibility: String? = null, attributes: List<EntitlementAttribute>? = null, createdTime: String? = null, description: String? = null, lastModifiedTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appVisibility: String? = null

Specifies whether to entitle all apps or only selected apps.

Link copied to clipboard

The attributes of the entitlement.

Link copied to clipboard
val createdTime: String? = null

The time when the entitlement was created.

Link copied to clipboard
val description: String? = null

The description of the entitlement.

Link copied to clipboard

The time when the entitlement was last modified.