Google Cloud Classic v7.29.0 published on Wednesday, Jun 26, 2024 by Pulumi
gcp.endpoints.getServiceConsumersIamPolicy
Explore with Pulumi AI
Retrieves the current IAM policy data for serviceconsumers
Using getServiceConsumersIamPolicy
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 getServiceConsumersIamPolicy(args: GetServiceConsumersIamPolicyArgs, opts?: InvokeOptions): Promise<GetServiceConsumersIamPolicyResult>
function getServiceConsumersIamPolicyOutput(args: GetServiceConsumersIamPolicyOutputArgs, opts?: InvokeOptions): Output<GetServiceConsumersIamPolicyResult>
def get_service_consumers_iam_policy(consumer_project: Optional[str] = None,
service_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceConsumersIamPolicyResult
def get_service_consumers_iam_policy_output(consumer_project: Optional[pulumi.Input[str]] = None,
service_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceConsumersIamPolicyResult]
func GetServiceConsumersIamPolicy(ctx *Context, args *GetServiceConsumersIamPolicyArgs, opts ...InvokeOption) (*GetServiceConsumersIamPolicyResult, error)
func GetServiceConsumersIamPolicyOutput(ctx *Context, args *GetServiceConsumersIamPolicyOutputArgs, opts ...InvokeOption) GetServiceConsumersIamPolicyResultOutput
> Note: This function is named GetServiceConsumersIamPolicy
in the Go SDK.
public static class GetServiceConsumersIamPolicy
{
public static Task<GetServiceConsumersIamPolicyResult> InvokeAsync(GetServiceConsumersIamPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetServiceConsumersIamPolicyResult> Invoke(GetServiceConsumersIamPolicyInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetServiceConsumersIamPolicyResult> getServiceConsumersIamPolicy(GetServiceConsumersIamPolicyArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: gcp:endpoints/getServiceConsumersIamPolicy:getServiceConsumersIamPolicy
arguments:
# arguments dictionary
The following arguments are supported:
- Consumer
Project string - Service
Name string
- Consumer
Project string - Service
Name string
- consumer
Project String - service
Name String
- consumer
Project string - service
Name string
- consumer_
project str - service_
name str
- consumer
Project String - service
Name String
getServiceConsumersIamPolicy Result
The following output properties are available:
- Consumer
Project 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.endpoints.ConsumersIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - Service
Name string
- Consumer
Project 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.endpoints.ConsumersIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - Service
Name string
- consumer
Project 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.endpoints.ConsumersIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - service
Name String
- consumer
Project 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.endpoints.ConsumersIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - service
Name string
- consumer_
project 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.endpoints.ConsumersIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - service_
name str
- consumer
Project 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.endpoints.ConsumersIamPolicy
) The policy data generated by agcp.organizations.getIAMPolicy
data source. - service
Name 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.