Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::PrincipalAccessBoundaryPolicy.
An IAM principal access boundary policy resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#annotations
def annotations() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
#annotations=
def annotations=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
- (::Google::Protobuf::Map{::String => ::String}) — Optional. User defined annotations. See https://google.aip.dev/148#annotations for more details such as format and size limitations
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the principal access boundary policy was created.
#details
def details() -> ::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails
- (::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails) — Optional. The details for the principal access boundary policy.
#details=
def details=(value) -> ::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails
- value (::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails) — Optional. The details for the principal access boundary policy.
- (::Google::Iam::V3beta::PrincipalAccessBoundaryPolicyDetails) — Optional. The details for the principal access boundary policy.
#display_name
def display_name() -> ::String
- (::String) — Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
#display_name=
def display_name=(value) -> ::String
- value (::String) — Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
- (::String) — Optional. The description of the principal access boundary policy. Must be less than or equal to 63 characters.
#etag
def etag() -> ::String
- (::String) — Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
#etag=
def etag=(value) -> ::String
- value (::String) — Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
- (::String) — Optional. The etag for the principal access boundary. If this is provided on update, it must match the server's etag.
#name
def name() -> ::String
-
(::String) — Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
#name=
def name=(value) -> ::String
-
value (::String) — Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
-
(::String) — Identifier. The resource name of the principal access boundary policy.
The following format is supported:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{policy_id}
#uid
def uid() -> ::String
- (::String) — Output only. The globally unique ID of the principal access boundary policy.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
- (::Google::Protobuf::Timestamp) — Output only. The time when the principal access boundary policy was most recently updated.