Get Entitlement Result
data class GetEntitlementResult(val additionalNotificationTargets: List<GetEntitlementAdditionalNotificationTarget>, val approvalWorkflows: List<GetEntitlementApprovalWorkflow>, val createTime: String, val eligibleUsers: List<GetEntitlementEligibleUser>, val entitlementId: String? = null, val etag: String, val id: String, val location: String? = null, val maxRequestDuration: String, val name: String, val parent: String? = null, val privilegedAccesses: List<GetEntitlementPrivilegedAccess>, val requesterJustificationConfigs: List<GetEntitlementRequesterJustificationConfig>, val state: String, val updateTime: String)
A collection of values returned by getEntitlement.
Constructors
Link copied to clipboard
constructor(additionalNotificationTargets: List<GetEntitlementAdditionalNotificationTarget>, approvalWorkflows: List<GetEntitlementApprovalWorkflow>, createTime: String, eligibleUsers: List<GetEntitlementEligibleUser>, entitlementId: String? = null, etag: String, id: String, location: String? = null, maxRequestDuration: String, name: String, parent: String? = null, privilegedAccesses: List<GetEntitlementPrivilegedAccess>, requesterJustificationConfigs: List<GetEntitlementRequesterJustificationConfig>, state: String, updateTime: String)