Show / Hide Table of Contents

Class GetServerResult

Inheritance
System.Object
GetServerResult
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 GetServerResult

Fields

View Source

Audiences

array of audiences,

Declaration
public readonly ImmutableArray<string> Audiences
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

CredentialsLastRotated

last time credentials were rotated.

Declaration
public readonly string CredentialsLastRotated
Field Value
Type Description
System.String
View Source

CredentialsNextRotation

next time credentials will be rotated

Declaration
public readonly string CredentialsNextRotation
Field Value
Type Description
System.String
View Source

CredentialsRotationMode

mode of credential rotation, auto or manual.

Declaration
public readonly string CredentialsRotationMode
Field Value
Type Description
System.String
View Source

Description

description of Authorization server.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Kid

auth server key id.

Declaration
public readonly string Kid
Field Value
Type Description
System.String
View Source

Name

The name of the auth server.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Status

the activation status of the authorization server.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.