GetAccessPolicyResult

data class GetAccessPolicyResult(val description: String? = null, val policy: String? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, policy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description of the policy

Link copied to clipboard
val policy: String? = null

The JSON policy document that is the content for the policy