Class GetEffectivePolicyRequest (1.0.0)

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

The request sent to the [GetEffectivePolicy] [google.cloud.orgpolicy.v2.OrgPolicy.GetEffectivePolicy] method.

Inheritance

Object > GetEffectivePolicyRequest

Namespace

Google.Cloud.OrgPolicy.V2

Assembly

Google.Cloud.OrgPolicy.V2.dll

Constructors

GetEffectivePolicyRequest()

public GetEffectivePolicyRequest()

GetEffectivePolicyRequest(GetEffectivePolicyRequest)

public GetEffectivePolicyRequest(GetEffectivePolicyRequest other)
Parameter
NameDescription
otherGetEffectivePolicyRequest

Properties

Name

public string Name { get; set; }

Required. The effective policy to compute. See Policy for naming rules.

Property Value
TypeDescription
String

PolicyName

public PolicyName PolicyName { get; set; }

PolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
PolicyName