get Identity Aware Proxy Client
suspend fun getIdentityAwareProxyClient(argument: GetIdentityAwareProxyClientPlainArgs): GetIdentityAwareProxyClientResult
Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client is owned by IAP.
Return
null
Parameters
argument
null
suspend fun getIdentityAwareProxyClient(brandId: String, identityAwareProxyClientId: String, project: String? = null): GetIdentityAwareProxyClientResult
Return
null
See also
Parameters
brand Id
identity Aware Proxy Client Id
project
suspend fun getIdentityAwareProxyClient(argument: suspend GetIdentityAwareProxyClientPlainArgsBuilder.() -> Unit): GetIdentityAwareProxyClientResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.iap.v1.kotlin.inputs.GetIdentityAwareProxyClientPlainArgs.