Class ListAuthzPoliciesResponse
Message for response to listing AuthzPolicy resources.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ListAuthzPoliciesResponse : IDirectResponseSchema
Properties
AuthzPolicies
The list of AuthzPolicy resources.
Declaration
[JsonProperty("authzPolicies")]
public virtual IList<AuthzPolicy> AuthzPolicies { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AuthzPolicy> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
A token identifying a page of results that the server returns.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Unreachable
Locations that could not be reached.
Declaration
[JsonProperty("unreachable")]
public virtual IList<string> Unreachable { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |