public sealed class SearchPrincipalAccessBoundaryPolicyBindingsRequest : IPageRequest, IMessage<SearchPrincipalAccessBoundaryPolicyBindingsRequest>, IEquatable<SearchPrincipalAccessBoundaryPolicyBindingsRequest>, IDeepCloneable<SearchPrincipalAccessBoundaryPolicyBindingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v3beta API class SearchPrincipalAccessBoundaryPolicyBindingsRequest.
Request message for SearchPrincipalAccessBoundaryPolicyBindings rpc.
Implements
IPageRequest, IMessageSearchPrincipalAccessBoundaryPolicyBindingsRequest, IEquatableSearchPrincipalAccessBoundaryPolicyBindingsRequest, IDeepCloneableSearchPrincipalAccessBoundaryPolicyBindingsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V3BetaAssembly
Google.Cloud.Iam.V3Beta.dll
Constructors
SearchPrincipalAccessBoundaryPolicyBindingsRequest()
public SearchPrincipalAccessBoundaryPolicyBindingsRequest()
SearchPrincipalAccessBoundaryPolicyBindingsRequest(SearchPrincipalAccessBoundaryPolicyBindingsRequest)
public SearchPrincipalAccessBoundaryPolicyBindingsRequest(SearchPrincipalAccessBoundaryPolicyBindingsRequest other)
Parameter | |
---|---|
Name | Description |
other |
SearchPrincipalAccessBoundaryPolicyBindingsRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the principal access boundary policy.
Format:
organizations/{organization_id}/locations/{location}/principalAccessBoundaryPolicies/{principal_access_boundary_policy_id}
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. The maximum number of policy bindings to return. The service may return fewer than this value.
If unspecified, at most 50 policy bindings 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
SearchPrincipalAccessBoundaryPolicyBindingsRequest
call. Provide this to
retrieve the subsequent page.
When paginating, all other parameters provided to
SearchPrincipalAccessBoundaryPolicyBindingsRequest
must match the call
that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
PrincipalAccessBoundaryPolicyName
public PrincipalAccessBoundaryPolicyName PrincipalAccessBoundaryPolicyName { get; set; }
PrincipalAccessBoundaryPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PrincipalAccessBoundaryPolicyName |