Class ServerPolicyClaimArgs
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 ServerPolicyClaimArgs : ResourceArgs
Constructors
View SourceServerPolicyClaimArgs()
Declaration
public ServerPolicyClaimArgs()
Properties
View SourceAccessTokenLifetimeMinutes
Lifetime of access token. Can be set to a value between 5 and 1440.
Declaration
public Input<int> AccessTokenLifetimeMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
AuthServerId
Auth Server ID.
Declaration
public Input<string> AuthServerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GrantTypeWhitelists
Accepted grant type values, "authorization_code", "implicit", "password"
Declaration
public InputList<string> GrantTypeWhitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
GroupBlacklists
Declaration
public InputList<string> GroupBlacklists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
GroupWhitelists
Declaration
public InputList<string> GroupWhitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
InlineHookId
The ID of the inline token to trigger.
Declaration
public Input<string> InlineHookId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Auth Server Policy Rule name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PolicyId
Auth Server Policy ID.
Declaration
public Input<string> PolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
Priority of the auth server policy rule.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RefreshTokenLifetimeMinutes
Lifetime of refresh token.
Declaration
public Input<int> RefreshTokenLifetimeMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RefreshTokenWindowMinutes
Declaration
public Input<int> RefreshTokenWindowMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ScopeWhitelists
Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with "*".
Declaration
public InputList<string> ScopeWhitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Status
The status of the Auth Server Policy Rule.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of the Auth Server Policy Rule.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserBlacklists
Declaration
public InputList<string> UserBlacklists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
UserWhitelists
Declaration
public InputList<string> UserWhitelists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |