Example #1
0
 /// <summary>Constructs a new GetIamPolicy request.</summary>
 public GetIamPolicyRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudIAP.v1.Data.GetIamPolicyRequest body, string resource)
     : base(service)
 {
     Resource = resource;
     Body     = body;
     InitParameters();
 }
Example #2
0
 /// <summary>Gets the access control policy for an Identity-Aware Proxy protected resource. More information
 /// about managing access via IAP can be found at: https://cloud.google.com/iap/docs/managing-
 /// access#managing_access_via_the_api</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="resource">REQUIRED: The resource for which the policy is being requested. See the operation
 /// documentation for the appropriate value for this field.</param>
 public virtual GetIamPolicyRequest GetIamPolicy(Google.Apis.CloudIAP.v1.Data.GetIamPolicyRequest body, string resource)
 {
     return(new GetIamPolicyRequest(service, body, resource));
 }