Reference documentation and code samples for the Identity and Access Management (IAM) V3BETA API class Google::Iam::V3beta::ListPrincipalAccessBoundaryPoliciesResponse.
Response message for ListPrincipalAccessBoundaryPolicies method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - 
        (::String) — Optional. A token, which can be sent as page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Optional. A token, which can be sent as page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
    Returns
    
  - 
        (::String) — Optional. A token, which can be sent as page_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
#principal_access_boundary_policies
def principal_access_boundary_policies() -> ::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>
    Returns
    
  - (::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>) — The principal access boundary policies from the specified parent.
#principal_access_boundary_policies=
def principal_access_boundary_policies=(value) -> ::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>
    Parameter
    
  - value (::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>) — The principal access boundary policies from the specified parent.
    Returns
    
- (::Array<::Google::Iam::V3beta::PrincipalAccessBoundaryPolicy>) — The principal access boundary policies from the specified parent.