Google Cloud Classic v8.3.1 published on Wednesday, Sep 25, 2024 by Pulumi
gcp.apigateway.getApiIamPolicy
Explore with Pulumi AI
Using getApiIamPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getApiIamPolicy(args: GetApiIamPolicyArgs, opts?: InvokeOptions): Promise<GetApiIamPolicyResult>
function getApiIamPolicyOutput(args: GetApiIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetApiIamPolicyResult>
def get_api_iam_policy(api: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApiIamPolicyResult
def get_api_iam_policy_output(api: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApiIamPolicyResult]
func LookupApiIamPolicy(ctx *Context, args *LookupApiIamPolicyArgs, opts ...InvokeOption) (*LookupApiIamPolicyResult, error)
func LookupApiIamPolicyOutput(ctx *Context, args *LookupApiIamPolicyOutputArgs, opts ...InvokeOption) LookupApiIamPolicyResultOutput
> Note: This function is named LookupApiIamPolicy
in the Go SDK.
public static class GetApiIamPolicy
{
public static Task<GetApiIamPolicyResult> InvokeAsync(GetApiIamPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetApiIamPolicyResult> Invoke(GetApiIamPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetApiIamPolicyResult> getApiIamPolicy(GetApiIamPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: gcp:apigateway/getApiIamPolicy:getApiIamPolicy
arguments:
# arguments dictionary
The following arguments are supported:
getApiIamPolicy Result
The following output properties are available:
- Api string
- Etag string
- (Computed) The etag of the IAM policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Policy
Data string - (Required only by
gcp.apigateway.ApiIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - Project string
- Api string
- Etag string
- (Computed) The etag of the IAM policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Policy
Data string - (Required only by
gcp.apigateway.ApiIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - Project string
- api String
- etag String
- (Computed) The etag of the IAM policy.
- id String
- The provider-assigned unique ID for this managed resource.
- policy
Data String - (Required only by
gcp.apigateway.ApiIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - project String
- api string
- etag string
- (Computed) The etag of the IAM policy.
- id string
- The provider-assigned unique ID for this managed resource.
- policy
Data string - (Required only by
gcp.apigateway.ApiIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - project string
- api str
- etag str
- (Computed) The etag of the IAM policy.
- id str
- The provider-assigned unique ID for this managed resource.
- policy_
data str - (Required only by
gcp.apigateway.ApiIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - project str
- api String
- etag String
- (Computed) The etag of the IAM policy.
- id String
- The provider-assigned unique ID for this managed resource.
- policy
Data String - (Required only by
gcp.apigateway.ApiIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - project String
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-beta
Terraform Provider.