get Service Consumers Iam Policy
suspend fun getServiceConsumersIamPolicy(argument: GetServiceConsumersIamPolicyPlainArgs): GetServiceConsumersIamPolicyResult
Retrieves the current IAM policy data for serviceconsumers
Return
A collection of values returned by getServiceConsumersIamPolicy.
Parameters
argument
A collection of arguments for invoking getServiceConsumersIamPolicy.
suspend fun getServiceConsumersIamPolicy(consumerProject: String, serviceName: String): GetServiceConsumersIamPolicyResult
Return
A collection of values returned by getServiceConsumersIamPolicy.
Parameters
consumer Project
service Name
See also
suspend fun getServiceConsumersIamPolicy(argument: suspend GetServiceConsumersIamPolicyPlainArgsBuilder.() -> Unit): GetServiceConsumersIamPolicyResult
Return
A collection of values returned by getServiceConsumersIamPolicy.
Parameters
argument
Builder for com.pulumi.gcp.endpoints.kotlin.inputs.GetServiceConsumersIamPolicyPlainArgs.