public sealed class ListAuthzPoliciesResponse : IMessage<ListAuthzPoliciesResponse>, IEquatable<ListAuthzPoliciesResponse>, IDeepCloneable<ListAuthzPoliciesResponse>, IBufferMessage, IMessage, IPageResponse<AuthzPolicy>, IEnumerable<AuthzPolicy>, IEnumerableReference documentation and code samples for the Network Security v1 API class ListAuthzPoliciesResponse.
Message for response to listing AuthzPolicy resources.
Implements
IMessageListAuthzPoliciesResponse, IEquatableListAuthzPoliciesResponse, IDeepCloneableListAuthzPoliciesResponse, IBufferMessage, IMessage, IPageResponseAuthzPolicy, IEnumerableAuthzPolicy, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ListAuthzPoliciesResponse()
public ListAuthzPoliciesResponse()ListAuthzPoliciesResponse(ListAuthzPoliciesResponse)
public ListAuthzPoliciesResponse(ListAuthzPoliciesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAuthzPoliciesResponse |
Properties
AuthzPolicies
public RepeatedField<AuthzPolicy> AuthzPolicies { get; }The list of AuthzPolicy resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAuthzPolicy |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results that the server returns.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<AuthzPolicy> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAuthzPolicy |
|