Show / Hide Table of Contents

Class ClientJwtConfigurationGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ClientJwtConfigurationGetArgs
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 ClientJwtConfigurationGetArgs : ResourceArgs

Constructors

View Source

ClientJwtConfigurationGetArgs()

Declaration
public ClientJwtConfigurationGetArgs()

Properties

View Source

Alg

String. Algorithm used to sign JWTs.

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

LifetimeInSeconds

Integer. Number of seconds during which the JWT will be valid.

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

Scopes

Map(String). Permissions (scopes) included in JWTs.

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

SecretEncoded

Boolean. Indicates whether or not the client secret is base64 encoded.

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.