Class IamResource.TroubleshootErrorRequest
Checks the access request associated with the error identifier and explains why the access is denied by IAM policies.
Inheritance
PolicyTroubleshooterBaseServiceRequest<GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorResponse>
IamResource.TroubleshootErrorRequest
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v3beta
Assembly: Google.Apis.PolicyTroubleshooter.v3beta.dll
Syntax
public class IamResource.TroubleshootErrorRequest : PolicyTroubleshooterBaseServiceRequest<GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorResponse>, IClientServiceRequest<GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorResponse>, IClientServiceRequest
Constructors
TroubleshootErrorRequest(IClientService, GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest)
Constructs a new TroubleshootError request.
Declaration
public TroubleshootErrorRequest(IClientService service, GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleCloudPolicytroubleshooterIamV3betaTroubleshootIamPolicyErrorRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes TroubleshootError parameter list.
Declaration
protected override void InitParameters()