AccessPolicyResponse

data class AccessPolicyResponse(val expiryTime: String? = null, val permission: String? = null, val startTime: String? = null)

Constructors

Link copied to clipboard
constructor(expiryTime: String? = null, permission: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expiryTime: String? = null

Expiry time of the access policy

Link copied to clipboard
val permission: String? = null

List of abbreviated permissions.

Link copied to clipboard
val startTime: String? = null

Start time of the access policy