Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.iap/v1.getIdentityAwareProxyClient
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Retrieves an Identity Aware Proxy (IAP) OAuth client. Requires that the client is owned by IAP.
Using getIdentityAwareProxyClient
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 getIdentityAwareProxyClient(args: GetIdentityAwareProxyClientArgs, opts?: InvokeOptions): Promise<GetIdentityAwareProxyClientResult>
function getIdentityAwareProxyClientOutput(args: GetIdentityAwareProxyClientOutputArgs, opts?: InvokeOptions): Output<GetIdentityAwareProxyClientResult>def get_identity_aware_proxy_client(brand_id: Optional[str] = None,
                                    identity_aware_proxy_client_id: Optional[str] = None,
                                    project: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetIdentityAwareProxyClientResult
def get_identity_aware_proxy_client_output(brand_id: Optional[pulumi.Input[str]] = None,
                                    identity_aware_proxy_client_id: Optional[pulumi.Input[str]] = None,
                                    project: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetIdentityAwareProxyClientResult]func LookupIdentityAwareProxyClient(ctx *Context, args *LookupIdentityAwareProxyClientArgs, opts ...InvokeOption) (*LookupIdentityAwareProxyClientResult, error)
func LookupIdentityAwareProxyClientOutput(ctx *Context, args *LookupIdentityAwareProxyClientOutputArgs, opts ...InvokeOption) LookupIdentityAwareProxyClientResultOutput> Note: This function is named LookupIdentityAwareProxyClient in the Go SDK.
public static class GetIdentityAwareProxyClient 
{
    public static Task<GetIdentityAwareProxyClientResult> InvokeAsync(GetIdentityAwareProxyClientArgs args, InvokeOptions? opts = null)
    public static Output<GetIdentityAwareProxyClientResult> Invoke(GetIdentityAwareProxyClientInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIdentityAwareProxyClientResult> getIdentityAwareProxyClient(GetIdentityAwareProxyClientArgs args, InvokeOptions options)
public static Output<GetIdentityAwareProxyClientResult> getIdentityAwareProxyClient(GetIdentityAwareProxyClientArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:iap/v1:getIdentityAwareProxyClient
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BrandId string
- IdentityAware stringProxy Client Id 
- Project string
- BrandId string
- IdentityAware stringProxy Client Id 
- Project string
- brandId String
- identityAware StringProxy Client Id 
- project String
- brandId string
- identityAware stringProxy Client Id 
- project string
- brand_id str
- identity_aware_ strproxy_ client_ id 
- project str
- brandId String
- identityAware StringProxy Client Id 
- project String
getIdentityAwareProxyClient Result
The following output properties are available:
- DisplayName string
- Human-friendly name given to the OAuth client.
- Name string
- Unique identifier of the OAuth client.
- Secret string
- Client secret of the OAuth client.
- DisplayName string
- Human-friendly name given to the OAuth client.
- Name string
- Unique identifier of the OAuth client.
- Secret string
- Client secret of the OAuth client.
- displayName String
- Human-friendly name given to the OAuth client.
- name String
- Unique identifier of the OAuth client.
- secret String
- Client secret of the OAuth client.
- displayName string
- Human-friendly name given to the OAuth client.
- name string
- Unique identifier of the OAuth client.
- secret string
- Client secret of the OAuth client.
- display_name str
- Human-friendly name given to the OAuth client.
- name str
- Unique identifier of the OAuth client.
- secret str
- Client secret of the OAuth client.
- displayName String
- Human-friendly name given to the OAuth client.
- name String
- Unique identifier of the OAuth client.
- secret String
- Client secret of the OAuth client.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.