Class ClientJwtConfigurationArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ClientJwtConfigurationArgs
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 ClientJwtConfigurationArgs : ResourceArgs
Constructors
View SourceClientJwtConfigurationArgs()
Declaration
public ClientJwtConfigurationArgs()
Properties
View SourceAlg
String. Algorithm used to sign JWTs.
Declaration
public Input<string> Alg { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
Scopes
Map(String). Permissions (scopes) included in JWTs.
Declaration
public InputMap<string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputMap<System.String> |
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> |