TenantOauthIdpConfig
OIDC IdP configuration for a Identity Toolkit project within a tenant.
You must enable the Google Identity Platform in the marketplace prior to using this resource.
Create a TenantOauthIdpConfig Resource
new TenantOauthIdpConfig(name: string, args: TenantOauthIdpConfigArgs, opts?: CustomResourceOptions);def TenantOauthIdpConfig(resource_name, opts=None, client_id=None, client_secret=None, display_name=None, enabled=None, issuer=None, name=None, project=None, tenant=None, __props__=None);func NewTenantOauthIdpConfig(ctx *Context, name string, args TenantOauthIdpConfigArgs, opts ...ResourceOption) (*TenantOauthIdpConfig, error)public TenantOauthIdpConfig(string name, TenantOauthIdpConfigArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args TenantOauthIdpConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TenantOauthIdpConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TenantOauthIdpConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
TenantOauthIdpConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The TenantOauthIdpConfig resource accepts the following input properties:
- Client
Id string The client id of an OAuth client.
- Display
Name string Human friendly display name.
- Issuer string
For OIDC Idps, the issuer identifier.
- Tenant string
The name of the tenant where this OIDC IDP configuration resource exists
- Client
Secret string The client secret of the OAuth client, to enable OIDC code flow.
- Enabled bool
If this config allows users to sign in with the provider.
- Name string
The name of the OauthIdpConfig. Must start with
oidc..- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Client
Id string The client id of an OAuth client.
- Display
Name string Human friendly display name.
- Issuer string
For OIDC Idps, the issuer identifier.
- Tenant string
The name of the tenant where this OIDC IDP configuration resource exists
- Client
Secret string The client secret of the OAuth client, to enable OIDC code flow.
- Enabled bool
If this config allows users to sign in with the provider.
- Name string
The name of the OauthIdpConfig. Must start with
oidc..- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- client
Id string The client id of an OAuth client.
- display
Name string Human friendly display name.
- issuer string
For OIDC Idps, the issuer identifier.
- tenant string
The name of the tenant where this OIDC IDP configuration resource exists
- client
Secret string The client secret of the OAuth client, to enable OIDC code flow.
- enabled boolean
If this config allows users to sign in with the provider.
- name string
The name of the OauthIdpConfig. Must start with
oidc..- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- client_
id str The client id of an OAuth client.
- display_
name str Human friendly display name.
- issuer str
For OIDC Idps, the issuer identifier.
- tenant str
The name of the tenant where this OIDC IDP configuration resource exists
- client_
secret str The client secret of the OAuth client, to enable OIDC code flow.
- enabled bool
If this config allows users to sign in with the provider.
- name str
The name of the OauthIdpConfig. Must start with
oidc..- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Outputs
All input properties are implicitly available as output properties. Additionally, the TenantOauthIdpConfig resource produces the following output properties:
Look up an Existing TenantOauthIdpConfig Resource
Get an existing TenantOauthIdpConfig resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TenantOauthIdpConfigState, opts?: CustomResourceOptions): TenantOauthIdpConfigstatic get(resource_name, id, opts=None, client_id=None, client_secret=None, display_name=None, enabled=None, issuer=None, name=None, project=None, tenant=None, __props__=None);func GetTenantOauthIdpConfig(ctx *Context, name string, id IDInput, state *TenantOauthIdpConfigState, opts ...ResourceOption) (*TenantOauthIdpConfig, error)public static TenantOauthIdpConfig Get(string name, Input<string> id, TenantOauthIdpConfigState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Client
Id string The client id of an OAuth client.
- Client
Secret string The client secret of the OAuth client, to enable OIDC code flow.
- Display
Name string Human friendly display name.
- Enabled bool
If this config allows users to sign in with the provider.
- Issuer string
For OIDC Idps, the issuer identifier.
- Name string
The name of the OauthIdpConfig. Must start with
oidc..- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Tenant string
The name of the tenant where this OIDC IDP configuration resource exists
- Client
Id string The client id of an OAuth client.
- Client
Secret string The client secret of the OAuth client, to enable OIDC code flow.
- Display
Name string Human friendly display name.
- Enabled bool
If this config allows users to sign in with the provider.
- Issuer string
For OIDC Idps, the issuer identifier.
- Name string
The name of the OauthIdpConfig. Must start with
oidc..- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Tenant string
The name of the tenant where this OIDC IDP configuration resource exists
- client
Id string The client id of an OAuth client.
- client
Secret string The client secret of the OAuth client, to enable OIDC code flow.
- display
Name string Human friendly display name.
- enabled boolean
If this config allows users to sign in with the provider.
- issuer string
For OIDC Idps, the issuer identifier.
- name string
The name of the OauthIdpConfig. Must start with
oidc..- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- tenant string
The name of the tenant where this OIDC IDP configuration resource exists
- client_
id str The client id of an OAuth client.
- client_
secret str The client secret of the OAuth client, to enable OIDC code flow.
- display_
name str Human friendly display name.
- enabled bool
If this config allows users to sign in with the provider.
- issuer str
For OIDC Idps, the issuer identifier.
- name str
The name of the OauthIdpConfig. Must start with
oidc..- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- tenant str
The name of the tenant where this OIDC IDP configuration resource exists
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.