public sealed class GetSystemPolicyRequest : IMessage<GetSystemPolicyRequest>, IEquatable<GetSystemPolicyRequest>, IDeepCloneable<GetSystemPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Binary Authorization v1beta1 API class GetSystemPolicyRequest.
Request to read the current system policy.
Implements
IMessageGetSystemPolicyRequest, IEquatableGetSystemPolicyRequest, IDeepCloneableGetSystemPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.BinaryAuthorization.V1Beta1Assembly
Google.Cloud.BinaryAuthorization.V1Beta1.dll
Constructors
GetSystemPolicyRequest()
public GetSystemPolicyRequest()
GetSystemPolicyRequest(GetSystemPolicyRequest)
public GetSystemPolicyRequest(GetSystemPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetSystemPolicyRequest |
Properties
Name
public string Name { get; set; }
Required. The resource name, in the format locations/*/policy
.
Note that the system policy is not associated with a project.
Property Value | |
---|---|
Type | Description |
string |
PolicyName
public PolicyName PolicyName { get; set; }
PolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PolicyName |