Show / Hide Table of Contents

Class GlobalClientJwtConfigurationArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
GlobalClientJwtConfigurationArgs
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.Inputs
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class GlobalClientJwtConfigurationArgs : ResourceArgs

Constructors

View Source

GlobalClientJwtConfigurationArgs()

Declaration
public GlobalClientJwtConfigurationArgs()

Properties

View Source

Alg

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

LifetimeInSeconds

Declaration
public Input<int> LifetimeInSeconds { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

Scopes

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

SecretEncoded

Declaration
public Input<bool> SecretEncoded { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.