Class ServerArgs
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.Okta.Auth
Assembly: Pulumi.Okta.dll
Syntax
public sealed class ServerArgs : ResourceArgs
Constructors
View SourceServerArgs()
Declaration
public ServerArgs()
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> |
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> |
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> |
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> |