Show / Hide Table of Contents

Class ServerPolicyClaimState

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

Constructors

View Source

ServerPolicyClaimState()

Declaration
public ServerPolicyClaimState()

Properties

View Source

AccessTokenLifetimeMinutes

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>
View Source

AuthServerId

Auth Server ID.

Declaration
public Input<string> AuthServerId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GrantTypeWhitelists

Accepted grant type values, &quot;authorization_code&quot;, &quot;implicit&quot;, &quot;password&quot;

Declaration
public InputList<string> GrantTypeWhitelists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

GroupBlacklists

Declaration
public InputList<string> GroupBlacklists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

GroupWhitelists

Declaration
public InputList<string> GroupWhitelists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

InlineHookId

The ID of the inline token to trigger.

Declaration
public Input<string> InlineHookId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Auth Server Policy Rule name.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PolicyId

Auth Server Policy ID.

Declaration
public Input<string> PolicyId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Priority of the auth server policy rule.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RefreshTokenLifetimeMinutes

Lifetime of refresh token.

Declaration
public Input<int> RefreshTokenLifetimeMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RefreshTokenWindowMinutes

Declaration
public Input<int> RefreshTokenWindowMinutes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ScopeWhitelists

Scopes allowed for this policy rule. They can be whitelisted by name or all can be whitelisted with &quot;*&quot;.

Declaration
public InputList<string> ScopeWhitelists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Status

The status of the Auth Server Policy Rule.

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

The type of the Auth Server Policy Rule.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserBlacklists

Declaration
public InputList<string> UserBlacklists { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

UserWhitelists

Declaration
public InputList<string> UserWhitelists { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.