Show / Hide Table of Contents

Class GlobalClientState

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
GlobalClientState
Inherited Members
Pulumi.ResourceArgs.Empty
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()
Namespace: Pulumi.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class GlobalClientState : ResourceArgs

Constructors

View Source

GlobalClientState()

Declaration
public GlobalClientState()

Properties

View Source

Addons

Declaration
public Input<GlobalClientAddonsGetArgs> Addons { get; set; }
Property Value
Type Description
Pulumi.Input<GlobalClientAddonsGetArgs>
View Source

AllowedLogoutUrls

Declaration
public InputList<string> AllowedLogoutUrls { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

AllowedOrigins

Declaration
public InputList<string> AllowedOrigins { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

AppType

Declaration
public Input<string> AppType { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Callbacks

Declaration
public InputList<string> Callbacks { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

ClientId

Declaration
public Input<string> ClientId { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

ClientMetadata

Declaration
public InputMap<object> ClientMetadata { get; set; }
Property Value
Type Description
Pulumi.InputMap<System.Object>
View Source

ClientSecret

Declaration
public Input<string> ClientSecret { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

ClientSecretRotationTrigger

Declaration
public InputMap<object> ClientSecretRotationTrigger { get; set; }
Property Value
Type Description
Pulumi.InputMap<System.Object>
View Source

CrossOriginAuth

Declaration
public Input<bool> CrossOriginAuth { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

CrossOriginLoc

Declaration
public Input<string> CrossOriginLoc { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

CustomLoginPage

Declaration
public Input<string> CustomLoginPage { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

CustomLoginPageOn

Declaration
public Input<bool> CustomLoginPageOn { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

CustomLoginPagePreview

Declaration
public Input<string> CustomLoginPagePreview { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Description

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

EncryptionKey

Declaration
public InputMap<string> EncryptionKey { get; set; }
Property Value
Type Description
Pulumi.InputMap<System.String>
View Source

FormTemplate

Declaration
public Input<string> FormTemplate { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

GrantTypes

Declaration
public InputList<string> GrantTypes { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
View Source

InitiateLoginUri

Declaration
public Input<string> InitiateLoginUri { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

IsFirstParty

Declaration
public Input<bool> IsFirstParty { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

IsTokenEndpointIpHeaderTrusted

Declaration
public Input<bool> IsTokenEndpointIpHeaderTrusted { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

JwtConfiguration

Declaration
public Input<GlobalClientJwtConfigurationGetArgs> JwtConfiguration { get; set; }
Property Value
Type Description
Pulumi.Input<GlobalClientJwtConfigurationGetArgs>
View Source

LogoUri

Declaration
public Input<string> LogoUri { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

Mobile

Declaration
public Input<GlobalClientMobileGetArgs> Mobile { get; set; }
Property Value
Type Description
Pulumi.Input<GlobalClientMobileGetArgs>
View Source

Name

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

OidcConformant

Declaration
public Input<bool> OidcConformant { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

Sso

Declaration
public Input<bool> Sso { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

SsoDisabled

Declaration
public Input<bool> SsoDisabled { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

TokenEndpointAuthMethod

Declaration
public Input<string> TokenEndpointAuthMethod { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

WebOrigins

Declaration
public InputList<string> WebOrigins { get; set; }
Property Value
Type Description
Pulumi.InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.