Class: Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb
Overview
Principal access boundary policy details
Instance Attribute Summary collapse
-
#enforcement_version ⇒ ::String
Optional.
-
#rules ⇒ ::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyRule>
Required.
Instance Attribute Details
#enforcement_version ⇒ ::String
Returns Optional.
The version number (for example, 1 or latest) that indicates which
permissions are able to be blocked by the policy. If empty, the PAB policy
version will be set to the most recent version number at the time of the
policy's creation.
84 85 86 87 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 84 class PrincipalAccessBoundaryPolicyDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rules ⇒ ::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyRule>
Returns Required. A list of principal access boundary policy rules. The number of rules in a policy is limited to 500.
84 85 86 87 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 84 class PrincipalAccessBoundaryPolicyDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |