Class: Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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