Network Security v1beta1 API - Class ListAuthorizationPoliciesResponse (2.0.0-beta05)

public sealed class ListAuthorizationPoliciesResponse : IMessage<ListAuthorizationPoliciesResponse>, IEquatable<ListAuthorizationPoliciesResponse>, IDeepCloneable<ListAuthorizationPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizationPolicy>, IEnumerable<AuthorizationPolicy>, IEnumerable

Reference documentation and code samples for the Network Security v1beta1 API class ListAuthorizationPoliciesResponse.

Response returned by the ListAuthorizationPolicies method.

Inheritance

object > ListAuthorizationPoliciesResponse

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

ListAuthorizationPoliciesResponse()

public ListAuthorizationPoliciesResponse()

ListAuthorizationPoliciesResponse(ListAuthorizationPoliciesResponse)

public ListAuthorizationPoliciesResponse(ListAuthorizationPoliciesResponse other)
Parameter
NameDescription
otherListAuthorizationPoliciesResponse

Properties

AuthorizationPolicies

public RepeatedField<AuthorizationPolicy> AuthorizationPolicies { get; }

List of AuthorizationPolicies resources.

Property Value
TypeDescription
RepeatedFieldAuthorizationPolicy

NextPageToken

public string NextPageToken { get; set; }

If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<AuthorizationPolicy> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAuthorizationPolicy