Show / Hide Table of Contents

Class ServerState

Inheritance
System.Object
InputArgs
ResourceArgs
ServerState
Inherited Members
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.Okta.Auth
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ServerState : ResourceArgs

Constructors

View Source

ServerState()

Declaration
public ServerState()

Properties

View Source

Audiences

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>
View Source

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>
View Source

CredentialsNextRotation

The timestamp when the authorization server changes the key for signing tokens. Only returned when credentials_rotation_mode is &quot;AUTO&quot;.

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

CredentialsRotationMode

The key rotation mode for the authorization server. Can be &quot;AUTO&quot; or &quot;MANUAL&quot;.

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

Description

The description of the authorization server.

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

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>
View Source

IssuerMode

Allows you to use a custom issuer URL. It can be set to &quot;CUSTOM_URL&quot; or &quot;ORG_URL&quot;

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

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>
View Source

Name

The name of the authorization server.

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

Status

The status of the auth server. It defaults to &quot;ACTIVE&quot;

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