Principal Access Boundary Policy Details
data class PrincipalAccessBoundaryPolicyDetails(val enforcementVersion: String? = null, val rules: List<PrincipalAccessBoundaryPolicyDetailsRule>)
Constructors
Link copied to clipboard
constructor(enforcementVersion: String? = null, rules: List<PrincipalAccessBoundaryPolicyDetailsRule>)
Properties
Link copied to clipboard
The version number that indicates which Google Cloud services are included in the enforcement (e.g. \"latest\", \"1\", ...). If empty, the PAB policy version will be set to the current latest version, and this version won't get updated when new versions are released.
Link copied to clipboard
A list of principal access boundary policy rules. The number of rules in a policy is limited to 500. Structure is documented below.