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 SourceAudiences
array of audiences,
Declaration
public readonly ImmutableArray<string> Audiences
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CredentialsLastRotated
last time credentials were rotated.
Declaration
public readonly string CredentialsLastRotated
Field Value
| Type | Description |
|---|---|
| System.String |
CredentialsNextRotation
next time credentials will be rotated
Declaration
public readonly string CredentialsNextRotation
Field Value
| Type | Description |
|---|---|
| System.String |
CredentialsRotationMode
mode of credential rotation, auto or manual.
Declaration
public readonly string CredentialsRotationMode
Field Value
| Type | Description |
|---|---|
| System.String |
Description
description of Authorization server.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Kid
auth server key id.
Declaration
public readonly string Kid
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the auth server.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Status
the activation status of the authorization server.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |