Class AuthorizerJwtConfiguration
Inheritance
System.Object
AuthorizerJwtConfiguration
Inherited Members
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.Aws.ApiGatewayV2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AuthorizerJwtConfiguration
Fields
View SourceAudiences
A list of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list.
Declaration
public readonly ImmutableArray<string> Audiences
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Issuer
The base domain of the identity provider that issues JSON Web Tokens, such as the endpoint attribute of the aws.cognito.UserPool resource.
Declaration
public readonly string Issuer
Field Value
| Type | Description |
|---|---|
| System.String |