Show / Hide Table of Contents

Class ServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServerArgs
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 ServerArgs : ResourceArgs

Constructors

View Source

ServerArgs()

Declaration
public ServerArgs()

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

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

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

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.