Class ServerState
Inherited Members
Namespace: Pulumi.Okta.Auth
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ServerState : ResourceArgs
Constructors
View SourceServerState()
Declaration
public ServerState()
Properties
View SourceAudiences
The recipients that the tokens are intended for. This becomes the aud claim in an access token.
Declaration
public InputList<string> Audiences { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
CredentialsLastRotated
The timestamp when the authorization server started to use the kid for signing tokens.
Declaration
public Input<string> CredentialsLastRotated { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CredentialsNextRotation
The timestamp when the authorization server changes the key for signing tokens. Only returned when credentials_rotation_mode is "AUTO".
Declaration
public Input<string> CredentialsNextRotation { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CredentialsRotationMode
The key rotation mode for the authorization server. Can be "AUTO" or "MANUAL".
Declaration
public Input<string> CredentialsRotationMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the authorization server.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Issuer
The complete URL for a Custom Authorization Server. This becomes the iss claim in an access token.
Declaration
public Input<string> Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IssuerMode
Allows you to use a custom issuer URL. It can be set to "CUSTOM_URL" or "ORG_URL"
Declaration
public Input<string> IssuerMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Kid
The ID of the JSON Web Key used for signing tokens issued by the authorization server.
Declaration
public Input<string> Kid { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the authorization server.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The status of the auth server. It defaults to "ACTIVE"
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |