Class ServerPolicyArgs
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 ServerPolicyArgs : ResourceArgs
Constructors
View SourceServerPolicyArgs()
Declaration
public ServerPolicyArgs()
Properties
View SourceAuthServerId
The ID of the Auth Server.
Declaration
public Input<string> AuthServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientWhitelists
The clients to whitelist the policy for. ["ALL_CLIENTS"] is a special value that can be used to whitelist for all clients. Otherwise it is a list of client ids.
Declaration
public InputList<string> ClientWhitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Description
The description of the Auth Server Policy.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Auth Server Policy.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
The priority of the Auth Server Policy.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Status
The status of the Auth Server Policy.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the Auth Server Policy.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |