public sealed class TroubleshootIamPolicyRequest : IMessage<TroubleshootIamPolicyRequest>, IEquatable<TroubleshootIamPolicyRequest>, IDeepCloneable<TroubleshootIamPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Policy Troubleshooter v1 API class TroubleshootIamPolicyRequest.
Request for [TroubleshootIamPolicy][google.cloud.policytroubleshooter.v1.IamChecker.TroubleshootIamPolicy].
Implements
IMessageTroubleshootIamPolicyRequest, IEquatableTroubleshootIamPolicyRequest, IDeepCloneableTroubleshootIamPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.PolicyTroubleshooter.V1Assembly
Google.Cloud.PolicyTroubleshooter.V1.dll
Constructors
TroubleshootIamPolicyRequest()
public TroubleshootIamPolicyRequest()TroubleshootIamPolicyRequest(TroubleshootIamPolicyRequest)
public TroubleshootIamPolicyRequest(TroubleshootIamPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TroubleshootIamPolicyRequest |
Properties
AccessTuple
public AccessTuple AccessTuple { get; set; }The information to use for checking whether a principal has a permission for a resource.
| Property Value | |
|---|---|
| Type | Description |
AccessTuple |
|