Class GetSystemPolicyRequest (1.0.0)

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

Request to read the current system policy.

Inheritance

Object > GetSystemPolicyRequest

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

GetSystemPolicyRequest()

public GetSystemPolicyRequest()

GetSystemPolicyRequest(GetSystemPolicyRequest)

public GetSystemPolicyRequest(GetSystemPolicyRequest other)
Parameter
NameDescription
otherGetSystemPolicyRequest

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
TypeDescription
String

PolicyName

public PolicyName PolicyName { get; set; }

PolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
PolicyName