public sealed class GetSystemPolicyRequest : IMessage<GetSystemPolicyRequest>, IEquatable<GetSystemPolicyRequest>, IDeepCloneable<GetSystemPolicyRequest>, IBufferMessage, IMessage
Request to read the current system policy.
Implements
IMessage<GetSystemPolicyRequest>, IEquatable<GetSystemPolicyRequest>, IDeepCloneable<GetSystemPolicyRequest>, 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 |