Identity and Access Management (IAM) v3beta API - Class ListPrincipalAccessBoundaryPoliciesResponse (1.0.0-beta01)

public sealed class ListPrincipalAccessBoundaryPoliciesResponse : IPageResponse<PrincipalAccessBoundaryPolicy>, IEnumerable<PrincipalAccessBoundaryPolicy>, IEnumerable, IMessage<ListPrincipalAccessBoundaryPoliciesResponse>, IEquatable<ListPrincipalAccessBoundaryPoliciesResponse>, IDeepCloneable<ListPrincipalAccessBoundaryPoliciesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class ListPrincipalAccessBoundaryPoliciesResponse.

Response message for ListPrincipalAccessBoundaryPolicies method.

Inheritance

object > ListPrincipalAccessBoundaryPoliciesResponse

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Constructors

ListPrincipalAccessBoundaryPoliciesResponse()

public ListPrincipalAccessBoundaryPoliciesResponse()

ListPrincipalAccessBoundaryPoliciesResponse(ListPrincipalAccessBoundaryPoliciesResponse)

public ListPrincipalAccessBoundaryPoliciesResponse(ListPrincipalAccessBoundaryPoliciesResponse other)
Parameter
Name Description
other ListPrincipalAccessBoundaryPoliciesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Optional. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

PrincipalAccessBoundaryPolicies

public RepeatedField<PrincipalAccessBoundaryPolicy> PrincipalAccessBoundaryPolicies { get; }

The principal access boundary policies from the specified parent.

Property Value
Type Description
RepeatedFieldPrincipalAccessBoundaryPolicy

Methods

GetEnumerator()

public IEnumerator<PrincipalAccessBoundaryPolicy> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorPrincipalAccessBoundaryPolicy