public sealed class GetAuthzPolicyRequest : IMessage<GetAuthzPolicyRequest>, IEquatable<GetAuthzPolicyRequest>, IDeepCloneable<GetAuthzPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class GetAuthzPolicyRequest.
Message for getting a AuthzPolicy resource.
Implements
IMessageGetAuthzPolicyRequest, IEquatableGetAuthzPolicyRequest, IDeepCloneableGetAuthzPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
GetAuthzPolicyRequest()
public GetAuthzPolicyRequest()GetAuthzPolicyRequest(GetAuthzPolicyRequest)
public GetAuthzPolicyRequest(GetAuthzPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAuthzPolicyRequest |
Properties
AuthzPolicyName
public AuthzPolicyName AuthzPolicyName { get; set; }AuthzPolicyName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AuthzPolicyName |
|
Name
public string Name { get; set; }Required. A name of the AuthzPolicy resource to get. Must be in the
format
projects/{project}/locations/{location}/authzPolicies/{authz_policy}.
| Property Value | |
|---|---|
| Type | Description |
string |
|