Class IamResource.TroubleshootRequest
Checks whether a member has a specific permission for a specific resource, and explains why the member does or does not have that permission.
Inheritance
PolicyTroubleshooterBaseServiceRequest<GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>
IamResource.TroubleshootRequest
Implements
Inherited Members
Namespace: Google.Apis.PolicyTroubleshooter.v1beta
Assembly: Google.Apis.PolicyTroubleshooter.v1beta.dll
Syntax
public class IamResource.TroubleshootRequest : PolicyTroubleshooterBaseServiceRequest<GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>, IClientServiceRequest<GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>, IClientServiceRequest
Constructors
TroubleshootRequest(IClientService, GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest)
Constructs a new Troubleshoot request.
Declaration
public TroubleshootRequest(IClientService service, GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyTroubleshooter.v1beta.Data.GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyTroubleshooter.v1beta.Data.GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyTroubleshooter.v1beta.Data.GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyTroubleshooter.v1beta.Data.GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse>.GetBody()
InitParameters()
Initializes Troubleshoot parameter list.
Declaration
protected override void InitParameters()