Class GlobalClient
Inheritance
System.Object
Pulumi.Resource
Pulumi.CustomResource
GlobalClient
Inherited Members
Pulumi.CustomResource.Id
Pulumi.Resource.GetResourceType()
Pulumi.Resource.GetResourceName()
Pulumi.Resource.Urn
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Auth0.dll
Syntax
public class GlobalClient : CustomResource
Constructors
View Source
GlobalClient(String, GlobalClientArgs, CustomResourceOptions)
Create a GlobalClient resource with the given unique name, arguments, and options.
Declaration
public GlobalClient(string name, GlobalClientArgs args = null, CustomResourceOptions options = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The unique name of the resource
|
| GlobalClientArgs |
args |
The arguments used to populate this resource's properties
|
| Pulumi.CustomResourceOptions |
options |
A bag of options that control this resource's behavior
|
Properties
View Source
Addons
Declaration
public Output<GlobalClientAddons> Addons { get; }
Property Value
View Source
AllowedLogoutUrls
Declaration
public Output<ImmutableArray<string>> AllowedLogoutUrls { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
AllowedOrigins
Declaration
public Output<ImmutableArray<string>> AllowedOrigins { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
AppType
Declaration
public Output<string> AppType { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
Callbacks
Declaration
public Output<ImmutableArray<string>> Callbacks { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
ClientId
Declaration
public Output<string> ClientId { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
Declaration
public Output<ImmutableDictionary<string, object>> ClientMetadata { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
|
View Source
ClientSecret
Declaration
public Output<string> ClientSecret { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
ClientSecretRotationTrigger
Declaration
public Output<ImmutableDictionary<string, object>> ClientSecretRotationTrigger { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>> |
|
View Source
CrossOriginAuth
Declaration
public Output<bool?> CrossOriginAuth { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Nullable<System.Boolean>> |
|
View Source
CrossOriginLoc
Declaration
public Output<string> CrossOriginLoc { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
CustomLoginPage
Declaration
public Output<string> CustomLoginPage { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
CustomLoginPageOn
Declaration
public Output<bool> CustomLoginPageOn { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Boolean> |
|
View Source
CustomLoginPagePreview
Declaration
public Output<string> CustomLoginPagePreview { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
Description
Declaration
public Output<string> Description { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
EncryptionKey
Declaration
public Output<ImmutableDictionary<string, string>> EncryptionKey { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
|
View Source
Declaration
public Output<string> FormTemplate { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
GrantTypes
Declaration
public Output<ImmutableArray<string>> GrantTypes { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
View Source
InitiateLoginUri
Declaration
public Output<string> InitiateLoginUri { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
IsFirstParty
Declaration
public Output<bool> IsFirstParty { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Boolean> |
|
View Source
Declaration
public Output<bool> IsTokenEndpointIpHeaderTrusted { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Boolean> |
|
View Source
JwtConfiguration
Declaration
public Output<GlobalClientJwtConfiguration> JwtConfiguration { get; }
Property Value
View Source
LogoUri
Declaration
public Output<string> LogoUri { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
Mobile
Declaration
public Output<GlobalClientMobile> Mobile { get; }
Property Value
View Source
Name
Declaration
public Output<string> Name { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
Declaration
public Output<bool> OidcConformant { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Boolean> |
|
View Source
Sso
Declaration
public Output<bool?> Sso { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Nullable<System.Boolean>> |
|
View Source
SsoDisabled
Declaration
public Output<bool?> SsoDisabled { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Nullable<System.Boolean>> |
|
View Source
TokenEndpointAuthMethod
Declaration
public Output<string> TokenEndpointAuthMethod { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.String> |
|
View Source
WebOrigins
Declaration
public Output<ImmutableArray<string>> WebOrigins { get; }
Property Value
| Type |
Description |
| Pulumi.Output<System.Collections.Immutable.ImmutableArray<System.String>> |
|
Methods
View Source
Get an existing GlobalClient resource's state with the given name, ID, and optional extra
properties used to qualify the lookup.
Declaration
public static GlobalClient Get(string name, Input<string> id, GlobalClientState state = null, CustomResourceOptions options = null)
Parameters
| Type |
Name |
Description |
| System.String |
name |
The unique name of the resulting resource.
|
| Pulumi.Input<System.String> |
id |
The unique provider ID of the resource to lookup.
|
| GlobalClientState |
state |
Any extra arguments used during the lookup.
|
| Pulumi.CustomResourceOptions |
options |
A bag of options that control this resource's behavior
|
Returns