GetAccessPolicyResult

data class GetAccessPolicyResult(val name: String, val parent: String, val title: String)

Constructors

Link copied to clipboard
constructor(name: String, parent: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource name of the AccessPolicy. Format: accessPolicies/{policy_id}

Link copied to clipboard

The parent of this AccessPolicy in the Cloud Resource Hierarchy. Currently immutable once created. Format: organizations/{organization_id}

Link copied to clipboard

Human readable title. Does not affect behavior.