Network Security v1 API - Class GetAuthzPolicyRequest (1.0.0-beta01)

public sealed class GetAuthzPolicyRequest : IMessage<GetAuthzPolicyRequest>, IEquatable<GetAuthzPolicyRequest>, IDeepCloneable<GetAuthzPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class GetAuthzPolicyRequest.

Message for getting a AuthzPolicy resource.

Inheritance

object > GetAuthzPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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