Class ListAuthorizationPoliciesRequest (1.0.0-beta02)

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

Request used with the ListAuthorizationPolicies method.

Inheritance

Object > ListAuthorizationPoliciesRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

ListAuthorizationPoliciesRequest()

public ListAuthorizationPoliciesRequest()

ListAuthorizationPoliciesRequest(ListAuthorizationPoliciesRequest)

public ListAuthorizationPoliciesRequest(ListAuthorizationPoliciesRequest other)
Parameter
NameDescription
otherListAuthorizationPoliciesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of AuthorizationPolicies to return per call.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The value returned by the last ListAuthorizationPoliciesResponse Indicates that this is a continuation of a prior ListAuthorizationPolicies call, and that the system should return the next page of data.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The project and location from which the AuthorizationPolicies should be listed, specified in the format projects/{project}/locations/{location}.

Property Value
TypeDescription
String

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName