Organization Policy v2 API - Class GetEffectivePolicyRequest (2.3.0)

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

Reference documentation and code samples for the Organization Policy v2 API class GetEffectivePolicyRequest.

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][google.cloud.orgpolicy.v2.Policy] for naming requirements.

Property Value
TypeDescription
string

PolicyName

public PolicyName PolicyName { get; set; }

PolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
PolicyName