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

public sealed class ListPrincipalAccessBoundaryPoliciesRequest : IPageRequest, IMessage<ListPrincipalAccessBoundaryPoliciesRequest>, IEquatable<ListPrincipalAccessBoundaryPoliciesRequest>, IDeepCloneable<ListPrincipalAccessBoundaryPoliciesRequest>, IBufferMessage, IMessage

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

Request message for ListPrincipalAccessBoundaryPolicies method.

Inheritance

object > ListPrincipalAccessBoundaryPoliciesRequest

Namespace

Google.Cloud.Iam.V3Beta

Assembly

Google.Cloud.Iam.V3Beta.dll

Constructors

ListPrincipalAccessBoundaryPoliciesRequest()

public ListPrincipalAccessBoundaryPoliciesRequest()

ListPrincipalAccessBoundaryPoliciesRequest(ListPrincipalAccessBoundaryPoliciesRequest)

public ListPrincipalAccessBoundaryPoliciesRequest(ListPrincipalAccessBoundaryPoliciesRequest other)
Parameter
Name Description
other ListPrincipalAccessBoundaryPoliciesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of principal access boundary policies to return. The service may return fewer than this value.

If unspecified, at most 50 principal access boundary policies will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListPrincipalAccessBoundaryPolicies call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListPrincipalAccessBoundaryPolicies must match the call that provided the page token.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource, which owns the collection of principal access boundary policies.

Format: organizations/{organization_id}/locations/{location}

Property Value
Type Description
string

ParentAsOrganizationLocationName

public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }

OrganizationLocationName-typed view over the Parent resource name property.

Property Value
Type Description
OrganizationLocationName