1. Packages
  2. Google Cloud Native
  3. API Docs
  4. iap
  5. iap/v1
  6. IdentityAwareProxyClient

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.iap/v1.IdentityAwareProxyClient

Explore with Pulumi AI

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

Creates an Identity Aware Proxy (IAP) OAuth client. The client is owned by IAP. Requires that the brand for the project exists and that it is set for internal-only use. Auto-naming is currently not supported for this resource.

Create IdentityAwareProxyClient Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new IdentityAwareProxyClient(name: string, args: IdentityAwareProxyClientArgs, opts?: CustomResourceOptions);
@overload
def IdentityAwareProxyClient(resource_name: str,
                             args: IdentityAwareProxyClientArgs,
                             opts: Optional[ResourceOptions] = None)

@overload
def IdentityAwareProxyClient(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             brand_id: Optional[str] = None,
                             display_name: Optional[str] = None,
                             project: Optional[str] = None)
func NewIdentityAwareProxyClient(ctx *Context, name string, args IdentityAwareProxyClientArgs, opts ...ResourceOption) (*IdentityAwareProxyClient, error)
public IdentityAwareProxyClient(string name, IdentityAwareProxyClientArgs args, CustomResourceOptions? opts = null)
public IdentityAwareProxyClient(String name, IdentityAwareProxyClientArgs args)
public IdentityAwareProxyClient(String name, IdentityAwareProxyClientArgs args, CustomResourceOptions options)
type: google-native:iap/v1:IdentityAwareProxyClient
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. IdentityAwareProxyClientArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. IdentityAwareProxyClientArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. IdentityAwareProxyClientArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. IdentityAwareProxyClientArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. IdentityAwareProxyClientArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var identityAwareProxyClientResource = new GoogleNative.Iap.V1.IdentityAwareProxyClient("identityAwareProxyClientResource", new()
{
    BrandId = "string",
    DisplayName = "string",
    Project = "string",
});
Copy
example, err := iap.NewIdentityAwareProxyClient(ctx, "identityAwareProxyClientResource", &iap.IdentityAwareProxyClientArgs{
	BrandId:     pulumi.String("string"),
	DisplayName: pulumi.String("string"),
	Project:     pulumi.String("string"),
})
Copy
var identityAwareProxyClientResource = new IdentityAwareProxyClient("identityAwareProxyClientResource", IdentityAwareProxyClientArgs.builder()
    .brandId("string")
    .displayName("string")
    .project("string")
    .build());
Copy
identity_aware_proxy_client_resource = google_native.iap.v1.IdentityAwareProxyClient("identityAwareProxyClientResource",
    brand_id="string",
    display_name="string",
    project="string")
Copy
const identityAwareProxyClientResource = new google_native.iap.v1.IdentityAwareProxyClient("identityAwareProxyClientResource", {
    brandId: "string",
    displayName: "string",
    project: "string",
});
Copy
type: google-native:iap/v1:IdentityAwareProxyClient
properties:
    brandId: string
    displayName: string
    project: string
Copy

IdentityAwareProxyClient Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The IdentityAwareProxyClient resource accepts the following input properties:

BrandId
This property is required.
Changes to this property will trigger replacement.
string
DisplayName string
Human-friendly name given to the OAuth client.
Project Changes to this property will trigger replacement. string
BrandId
This property is required.
Changes to this property will trigger replacement.
string
DisplayName string
Human-friendly name given to the OAuth client.
Project Changes to this property will trigger replacement. string
brandId
This property is required.
Changes to this property will trigger replacement.
String
displayName String
Human-friendly name given to the OAuth client.
project Changes to this property will trigger replacement. String
brandId
This property is required.
Changes to this property will trigger replacement.
string
displayName string
Human-friendly name given to the OAuth client.
project Changes to this property will trigger replacement. string
brand_id
This property is required.
Changes to this property will trigger replacement.
str
display_name str
Human-friendly name given to the OAuth client.
project Changes to this property will trigger replacement. str
brandId
This property is required.
Changes to this property will trigger replacement.
String
displayName String
Human-friendly name given to the OAuth client.
project Changes to this property will trigger replacement. String

Outputs

All input properties are implicitly available as output properties. Additionally, the IdentityAwareProxyClient resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Name string
Unique identifier of the OAuth client.
Secret string
Client secret of the OAuth client.
Id string
The provider-assigned unique ID for this managed resource.
Name string
Unique identifier of the OAuth client.
Secret string
Client secret of the OAuth client.
id String
The provider-assigned unique ID for this managed resource.
name String
Unique identifier of the OAuth client.
secret String
Client secret of the OAuth client.
id string
The provider-assigned unique ID for this managed resource.
name string
Unique identifier of the OAuth client.
secret string
Client secret of the OAuth client.
id str
The provider-assigned unique ID for this managed resource.
name str
Unique identifier of the OAuth client.
secret str
Client secret of the OAuth client.
id String
The provider-assigned unique ID for this managed resource.
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.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi