Binary Authorization v1 API - Class GetSystemPolicyRequest (2.2.0)

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

Reference documentation and code samples for the Binary Authorization v1 API class GetSystemPolicyRequest.

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