Class: Google::Iam::V3beta::PrincipalAccessBoundaryPolicy
- Inherits:
-
Object
- Object
- Google::Iam::V3beta::PrincipalAccessBoundaryPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb
Overview
An IAM principal access boundary policy resource.
Defined Under Namespace
Classes: AnnotationsEntry
Instance Attribute Summary collapse
-
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#details ⇒ ::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails
Optional.
-
#display_name ⇒ ::String
Optional.
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#uid ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#annotations ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the principal access boundary policy was created.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#details ⇒ ::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails
Returns Optional. The details for the principal access boundary policy.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#etag ⇒ ::String
Returns Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#uid ⇒ ::String (readonly)
Returns Output only. The globally unique ID of the principal access boundary policy.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the principal access boundary policy was most recently updated.
58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'proto_docs/google/iam/v3beta/principal_access_boundary_policy_resources.rb', line 58 class PrincipalAccessBoundaryPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AnnotationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |