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.
Implements
IMessage<GetEffectivePolicyRequest>, IEquatable<GetEffectivePolicyRequest>, IDeepCloneable<GetEffectivePolicyRequest>, 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
for naming rules.
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 |