public sealed class CreateAuthorizationPolicyRequest : IMessage<CreateAuthorizationPolicyRequest>, IEquatable<CreateAuthorizationPolicyRequest>, IDeepCloneable<CreateAuthorizationPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class CreateAuthorizationPolicyRequest.
Request used by the CreateAuthorizationPolicy method.
Implements
IMessage<CreateAuthorizationPolicyRequest>, IEquatable<CreateAuthorizationPolicyRequest>, IDeepCloneable<CreateAuthorizationPolicyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
CreateAuthorizationPolicyRequest()
public CreateAuthorizationPolicyRequest()
CreateAuthorizationPolicyRequest(CreateAuthorizationPolicyRequest)
public CreateAuthorizationPolicyRequest(CreateAuthorizationPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | CreateAuthorizationPolicyRequest |
Properties
AuthorizationPolicy
public AuthorizationPolicy AuthorizationPolicy { get; set; }
Required. AuthorizationPolicy resource to be created.
Property Value | |
---|---|
Type | Description |
AuthorizationPolicy |
AuthorizationPolicyId
public string AuthorizationPolicyId { get; set; }
Required. Short name of the AuthorizationPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "authz_policy".
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The parent resource of the AuthorizationPolicy. Must be in the
format projects/{project}/locations/{location}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |