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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:iap/v1:getIdentityAwareProxyClient
arguments:
# arguments dictionary
The following arguments are supported:
- Brand
Id string - Identity
Aware stringProxy Client Id - Project string
- Brand
Id string - Identity
Aware stringProxy Client Id - Project string
- brand
Id String - identity
Aware StringProxy Client Id - project String
- brand
Id string - identity
Aware stringProxy Client Id - project string
- brand_
id str - identity_
aware_ strproxy_ client_ id - project str
- brand
Id String - identity
Aware StringProxy Client Id - project String
getIdentityAwareProxyClient Result
The following output properties are available:
- Display
Name 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 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 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 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.
- display
Name 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.