public sealed class GetEffectivePolicyRequest : IMessage<GetEffectivePolicyRequest>, IEquatable<GetEffectivePolicyRequest>, IDeepCloneable<GetEffectivePolicyRequest>, IBufferMessage, IMessageReference 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.
Implements
IMessageGetEffectivePolicyRequest, IEquatableGetEffectivePolicyRequest, IDeepCloneableGetEffectivePolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.OrgPolicy.V2Assembly
Google.Cloud.OrgPolicy.V2.dll
Constructors
GetEffectivePolicyRequest()
public GetEffectivePolicyRequest()GetEffectivePolicyRequest(GetEffectivePolicyRequest)
public GetEffectivePolicyRequest(GetEffectivePolicyRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetEffectivePolicyRequest | 
      
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 | |
|---|---|
| Type | Description | 
string | 
        |
PolicyName
public PolicyName PolicyName { get; set; }PolicyName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
PolicyName | 
        |