Skip to content

Latest commit

 

History

History
3005 lines (1871 loc) · 127 KB

policyRuleSignon.csharp.md

File metadata and controls

3005 lines (1871 loc) · 127 KB

policyRuleSignon Submodule

Constructs

PolicyRuleSignon

Represents a {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon okta_policy_rule_signon}.

Initializers

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignon(Construct Scope, string Id, PolicyRuleSignonConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config PolicyRuleSignonConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
PutFactorSequence No description.
ResetAccess No description.
ResetAuthtype No description.
ResetBehaviors No description.
ResetFactorSequence No description.
ResetId No description.
ResetIdentityProvider No description.
ResetIdentityProviderIds No description.
ResetMfaLifetime No description.
ResetMfaPrompt No description.
ResetMfaRememberDevice No description.
ResetMfaRequired No description.
ResetNetworkConnection No description.
ResetNetworkExcludes No description.
ResetNetworkIncludes No description.
ResetPolicyId No description.
ResetPrimaryFactor No description.
ResetPriority No description.
ResetRiscLevel No description.
ResetRiskLevel No description.
ResetSessionIdle No description.
ResetSessionLifetime No description.
ResetSessionPersistent No description.
ResetStatus No description.
ResetUsersExcluded No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


PutFactorSequence
private void PutFactorSequence(object Value)
ValueRequired
  • Type: object

ResetAccess
private void ResetAccess()
ResetAuthtype
private void ResetAuthtype()
ResetBehaviors
private void ResetBehaviors()
ResetFactorSequence
private void ResetFactorSequence()
ResetId
private void ResetId()
ResetIdentityProvider
private void ResetIdentityProvider()
ResetIdentityProviderIds
private void ResetIdentityProviderIds()
ResetMfaLifetime
private void ResetMfaLifetime()
ResetMfaPrompt
private void ResetMfaPrompt()
ResetMfaRememberDevice
private void ResetMfaRememberDevice()
ResetMfaRequired
private void ResetMfaRequired()
ResetNetworkConnection
private void ResetNetworkConnection()
ResetNetworkExcludes
private void ResetNetworkExcludes()
ResetNetworkIncludes
private void ResetNetworkIncludes()
ResetPolicyId
private void ResetPolicyId()
ResetPrimaryFactor
private void ResetPrimaryFactor()
ResetPriority
private void ResetPriority()
ResetRiscLevel
private void ResetRiscLevel()
ResetRiskLevel
private void ResetRiskLevel()
ResetSessionIdle
private void ResetSessionIdle()
ResetSessionLifetime
private void ResetSessionLifetime()
ResetSessionPersistent
private void ResetSessionPersistent()
ResetStatus
private void ResetStatus()
ResetUsersExcluded
private void ResetUsersExcluded()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a PolicyRuleSignon resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Okta;

PolicyRuleSignon.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Okta;

PolicyRuleSignon.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Okta;

PolicyRuleSignon.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Okta;

PolicyRuleSignon.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a PolicyRuleSignon resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the PolicyRuleSignon to import.


ImportFromIdRequired
  • Type: string

The id of the existing PolicyRuleSignon that should be imported.

Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the PolicyRuleSignon to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
FactorSequence PolicyRuleSignonFactorSequenceList No description.
AccessInput string No description.
AuthtypeInput string No description.
BehaviorsInput string[] No description.
FactorSequenceInput object No description.
IdentityProviderIdsInput string[] No description.
IdentityProviderInput string No description.
IdInput string No description.
MfaLifetimeInput double No description.
MfaPromptInput string No description.
MfaRememberDeviceInput object No description.
MfaRequiredInput object No description.
NameInput string No description.
NetworkConnectionInput string No description.
NetworkExcludesInput string[] No description.
NetworkIncludesInput string[] No description.
PolicyIdInput string No description.
PrimaryFactorInput string No description.
PriorityInput double No description.
RiscLevelInput string No description.
RiskLevelInput string No description.
SessionIdleInput double No description.
SessionLifetimeInput double No description.
SessionPersistentInput object No description.
StatusInput string No description.
UsersExcludedInput string[] No description.
Access string No description.
Authtype string No description.
Behaviors string[] No description.
Id string No description.
IdentityProvider string No description.
IdentityProviderIds string[] No description.
MfaLifetime double No description.
MfaPrompt string No description.
MfaRememberDevice object No description.
MfaRequired object No description.
Name string No description.
NetworkConnection string No description.
NetworkExcludes string[] No description.
NetworkIncludes string[] No description.
PolicyId string No description.
PrimaryFactor string No description.
Priority double No description.
RiscLevel string No description.
RiskLevel string No description.
SessionIdle double No description.
SessionLifetime double No description.
SessionPersistent object No description.
Status string No description.
UsersExcluded string[] No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

FactorSequenceRequired
public PolicyRuleSignonFactorSequenceList FactorSequence { get; }

AccessInputOptional
public string AccessInput { get; }
  • Type: string

AuthtypeInputOptional
public string AuthtypeInput { get; }
  • Type: string

BehaviorsInputOptional
public string[] BehaviorsInput { get; }
  • Type: string[]

FactorSequenceInputOptional
public object FactorSequenceInput { get; }
  • Type: object

IdentityProviderIdsInputOptional
public string[] IdentityProviderIdsInput { get; }
  • Type: string[]

IdentityProviderInputOptional
public string IdentityProviderInput { get; }
  • Type: string

IdInputOptional
public string IdInput { get; }
  • Type: string

MfaLifetimeInputOptional
public double MfaLifetimeInput { get; }
  • Type: double

MfaPromptInputOptional
public string MfaPromptInput { get; }
  • Type: string

MfaRememberDeviceInputOptional
public object MfaRememberDeviceInput { get; }
  • Type: object

MfaRequiredInputOptional
public object MfaRequiredInput { get; }
  • Type: object

NameInputOptional
public string NameInput { get; }
  • Type: string

NetworkConnectionInputOptional
public string NetworkConnectionInput { get; }
  • Type: string

NetworkExcludesInputOptional
public string[] NetworkExcludesInput { get; }
  • Type: string[]

NetworkIncludesInputOptional
public string[] NetworkIncludesInput { get; }
  • Type: string[]

PolicyIdInputOptional
public string PolicyIdInput { get; }
  • Type: string

PrimaryFactorInputOptional
public string PrimaryFactorInput { get; }
  • Type: string

PriorityInputOptional
public double PriorityInput { get; }
  • Type: double

RiscLevelInputOptional
public string RiscLevelInput { get; }
  • Type: string

RiskLevelInputOptional
public string RiskLevelInput { get; }
  • Type: string

SessionIdleInputOptional
public double SessionIdleInput { get; }
  • Type: double

SessionLifetimeInputOptional
public double SessionLifetimeInput { get; }
  • Type: double

SessionPersistentInputOptional
public object SessionPersistentInput { get; }
  • Type: object

StatusInputOptional
public string StatusInput { get; }
  • Type: string

UsersExcludedInputOptional
public string[] UsersExcludedInput { get; }
  • Type: string[]

AccessRequired
public string Access { get; }
  • Type: string

AuthtypeRequired
public string Authtype { get; }
  • Type: string

BehaviorsRequired
public string[] Behaviors { get; }
  • Type: string[]

IdRequired
public string Id { get; }
  • Type: string

IdentityProviderRequired
public string IdentityProvider { get; }
  • Type: string

IdentityProviderIdsRequired
public string[] IdentityProviderIds { get; }
  • Type: string[]

MfaLifetimeRequired
public double MfaLifetime { get; }
  • Type: double

MfaPromptRequired
public string MfaPrompt { get; }
  • Type: string

MfaRememberDeviceRequired
public object MfaRememberDevice { get; }
  • Type: object

MfaRequiredRequired
public object MfaRequired { get; }
  • Type: object

NameRequired
public string Name { get; }
  • Type: string

NetworkConnectionRequired
public string NetworkConnection { get; }
  • Type: string

NetworkExcludesRequired
public string[] NetworkExcludes { get; }
  • Type: string[]

NetworkIncludesRequired
public string[] NetworkIncludes { get; }
  • Type: string[]

PolicyIdRequired
public string PolicyId { get; }
  • Type: string

PrimaryFactorRequired
public string PrimaryFactor { get; }
  • Type: string

PriorityRequired
public double Priority { get; }
  • Type: double

RiscLevelRequired
public string RiscLevel { get; }
  • Type: string

RiskLevelRequired
public string RiskLevel { get; }
  • Type: string

SessionIdleRequired
public double SessionIdle { get; }
  • Type: double

SessionLifetimeRequired
public double SessionLifetime { get; }
  • Type: double

SessionPersistentRequired
public object SessionPersistent { get; }
  • Type: object

StatusRequired
public string Status { get; }
  • Type: string

UsersExcludedRequired
public string[] UsersExcluded { get; }
  • Type: string[]

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

PolicyRuleSignonConfig

Initializer

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Name,
    string Access = null,
    string Authtype = null,
    string[] Behaviors = null,
    object FactorSequence = null,
    string Id = null,
    string IdentityProvider = null,
    string[] IdentityProviderIds = null,
    double MfaLifetime = null,
    string MfaPrompt = null,
    object MfaRememberDevice = null,
    object MfaRequired = null,
    string NetworkConnection = null,
    string[] NetworkExcludes = null,
    string[] NetworkIncludes = null,
    string PolicyId = null,
    string PrimaryFactor = null,
    double Priority = null,
    string RiscLevel = null,
    string RiskLevel = null,
    double SessionIdle = null,
    double SessionLifetime = null,
    object SessionPersistent = null,
    string Status = null,
    string[] UsersExcluded = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Name string Policy Rule Name.
Access string Allow or deny access based on the rule conditions: ALLOW, DENY or CHALLENGE. Default: ALLOW.
Authtype string Authentication entrypoint: ANY, RADIUS or LDAP_INTERFACE. Default: ANY.
Behaviors string[] List of behavior IDs.
FactorSequence object factor_sequence block.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#id PolicyRuleSignon#id}.
IdentityProvider string Apply rule based on the IdP used: ANY, OKTA or SPECIFIC_IDP.
IdentityProviderIds string[] When identity_provider is SPECIFIC_IDP then this is the list of IdP IDs to apply the rule on.
MfaLifetime double Elapsed time before the next MFA challenge.
MfaPrompt string Prompt for MFA based on the device used, a factor session lifetime, or every sign-on attempt: DEVICE, SESSION orALWAYS.
MfaRememberDevice object Remember MFA device. Default: false.
MfaRequired object Require MFA. Default: false.
NetworkConnection string Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. Default: ANYWHERE.
NetworkExcludes string[] Required if network_connection = ZONE. Indicates the network zones to exclude.
NetworkIncludes string[] Required if network_connection = ZONE. Indicates the network zones to include.
PolicyId string Policy ID of the Rule.
PrimaryFactor string Rule's primary factor. WARNING Ony works as a part of the Identity Engine. Valid values: PASSWORD_IDP_ANY_FACTOR, PASSWORD_IDP.
Priority double Rule priority.
RiscLevel string Risc level: ANY, LOW, MEDIUM or HIGH. Default: ANY.
RiskLevel string Risk level: ANY, LOW, MEDIUM or HIGH. Default: ANY.
SessionIdle double Max minutes a session can be idle. Default: 120.
SessionLifetime double Max minutes a session is active: Disable = 0. Default: 120.
SessionPersistent object Whether session cookies will last across browser sessions. Okta Administrators can never have persistent session cookies. Default: false.
Status string Policy Rule Status: ACTIVE or INACTIVE. Default: ACTIVE.
UsersExcluded string[] Set of User IDs to Exclude.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

NameRequired
public string Name { get; set; }
  • Type: string

Policy Rule Name.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#name PolicyRuleSignon#name}


AccessOptional
public string Access { get; set; }
  • Type: string

Allow or deny access based on the rule conditions: ALLOW, DENY or CHALLENGE. Default: ALLOW.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#access PolicyRuleSignon#access}


AuthtypeOptional
public string Authtype { get; set; }
  • Type: string

Authentication entrypoint: ANY, RADIUS or LDAP_INTERFACE. Default: ANY.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#authtype PolicyRuleSignon#authtype}


BehaviorsOptional
public string[] Behaviors { get; set; }
  • Type: string[]

List of behavior IDs.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#behaviors PolicyRuleSignon#behaviors}


FactorSequenceOptional
public object FactorSequence { get; set; }
  • Type: object

factor_sequence block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#factor_sequence PolicyRuleSignon#factor_sequence}


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#id PolicyRuleSignon#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


IdentityProviderOptional
public string IdentityProvider { get; set; }
  • Type: string

Apply rule based on the IdP used: ANY, OKTA or SPECIFIC_IDP.

Default: ANY. ~> WARNING: Use of identity_provider requires a feature flag to be enabled.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#identity_provider PolicyRuleSignon#identity_provider}


IdentityProviderIdsOptional
public string[] IdentityProviderIds { get; set; }
  • Type: string[]

When identity_provider is SPECIFIC_IDP then this is the list of IdP IDs to apply the rule on.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#identity_provider_ids PolicyRuleSignon#identity_provider_ids}


MfaLifetimeOptional
public double MfaLifetime { get; set; }
  • Type: double

Elapsed time before the next MFA challenge.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#mfa_lifetime PolicyRuleSignon#mfa_lifetime}


MfaPromptOptional
public string MfaPrompt { get; set; }
  • Type: string

Prompt for MFA based on the device used, a factor session lifetime, or every sign-on attempt: DEVICE, SESSION orALWAYS.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#mfa_prompt PolicyRuleSignon#mfa_prompt}


MfaRememberDeviceOptional
public object MfaRememberDevice { get; set; }
  • Type: object

Remember MFA device. Default: false.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#mfa_remember_device PolicyRuleSignon#mfa_remember_device}


MfaRequiredOptional
public object MfaRequired { get; set; }
  • Type: object

Require MFA. Default: false.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#mfa_required PolicyRuleSignon#mfa_required}


NetworkConnectionOptional
public string NetworkConnection { get; set; }
  • Type: string

Network selection mode: ANYWHERE, ZONE, ON_NETWORK, or OFF_NETWORK. Default: ANYWHERE.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#network_connection PolicyRuleSignon#network_connection}


NetworkExcludesOptional
public string[] NetworkExcludes { get; set; }
  • Type: string[]

Required if network_connection = ZONE. Indicates the network zones to exclude.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#network_excludes PolicyRuleSignon#network_excludes}


NetworkIncludesOptional
public string[] NetworkIncludes { get; set; }
  • Type: string[]

Required if network_connection = ZONE. Indicates the network zones to include.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#network_includes PolicyRuleSignon#network_includes}


PolicyIdOptional
public string PolicyId { get; set; }
  • Type: string

Policy ID of the Rule.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#policy_id PolicyRuleSignon#policy_id}


PrimaryFactorOptional
public string PrimaryFactor { get; set; }
  • Type: string

Rule's primary factor. WARNING Ony works as a part of the Identity Engine. Valid values: PASSWORD_IDP_ANY_FACTOR, PASSWORD_IDP.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#primary_factor PolicyRuleSignon#primary_factor}


PriorityOptional
public double Priority { get; set; }
  • Type: double

Rule priority.

This attribute can be set to a valid priority. To avoid an endless diff situation an error is thrown if an invalid property is provided. The Okta API defaults to the last (lowest) if not provided.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#priority PolicyRuleSignon#priority}


RiscLevelOptional
public string RiscLevel { get; set; }
  • Type: string

Risc level: ANY, LOW, MEDIUM or HIGH. Default: ANY.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#risc_level PolicyRuleSignon#risc_level}


RiskLevelOptional
public string RiskLevel { get; set; }
  • Type: string

Risk level: ANY, LOW, MEDIUM or HIGH. Default: ANY.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#risk_level PolicyRuleSignon#risk_level}


SessionIdleOptional
public double SessionIdle { get; set; }
  • Type: double

Max minutes a session can be idle. Default: 120.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#session_idle PolicyRuleSignon#session_idle}


SessionLifetimeOptional
public double SessionLifetime { get; set; }
  • Type: double

Max minutes a session is active: Disable = 0. Default: 120.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#session_lifetime PolicyRuleSignon#session_lifetime}


SessionPersistentOptional
public object SessionPersistent { get; set; }
  • Type: object

Whether session cookies will last across browser sessions. Okta Administrators can never have persistent session cookies. Default: false.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#session_persistent PolicyRuleSignon#session_persistent}


StatusOptional
public string Status { get; set; }
  • Type: string

Policy Rule Status: ACTIVE or INACTIVE. Default: ACTIVE.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#status PolicyRuleSignon#status}


UsersExcludedOptional
public string[] UsersExcluded { get; set; }
  • Type: string[]

Set of User IDs to Exclude.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#users_excluded PolicyRuleSignon#users_excluded}


PolicyRuleSignonFactorSequence

Initializer

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonFactorSequence {
    string PrimaryCriteriaFactorType,
    string PrimaryCriteriaProvider,
    object SecondaryCriteria = null
};

Properties

Name Type Description
PrimaryCriteriaFactorType string Type of a Factor.
PrimaryCriteriaProvider string Factor provider.
SecondaryCriteria object secondary_criteria block.

PrimaryCriteriaFactorTypeRequired
public string PrimaryCriteriaFactorType { get; set; }
  • Type: string

Type of a Factor.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#primary_criteria_factor_type PolicyRuleSignon#primary_criteria_factor_type}


PrimaryCriteriaProviderRequired
public string PrimaryCriteriaProvider { get; set; }
  • Type: string

Factor provider.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#primary_criteria_provider PolicyRuleSignon#primary_criteria_provider}


SecondaryCriteriaOptional
public object SecondaryCriteria { get; set; }
  • Type: object

secondary_criteria block.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#secondary_criteria PolicyRuleSignon#secondary_criteria}


PolicyRuleSignonFactorSequenceSecondaryCriteria

Initializer

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonFactorSequenceSecondaryCriteria {
    string FactorType,
    string Provider
};

Properties

Name Type Description
FactorType string Type of a Factor.
Provider string Factor provider.

FactorTypeRequired
public string FactorType { get; set; }
  • Type: string

Type of a Factor.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#factor_type PolicyRuleSignon#factor_type}


ProviderRequired
public string Provider { get; set; }
  • Type: string

Factor provider.

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.8.1/docs/resources/policy_rule_signon#provider PolicyRuleSignon#provider}


Classes

PolicyRuleSignonFactorSequenceList

Initializers

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonFactorSequenceList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
WrapsSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


WrapsSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
AllWithMapKey Creating an iterator for this complex list.
ComputeFqn No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
Get No description.

AllWithMapKey
private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

MapKeyAttributeNameRequired
  • Type: string

ComputeFqn
private string ComputeFqn()
Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Get
private PolicyRuleSignonFactorSequenceOutputReference Get(double Index)
IndexRequired
  • Type: double

the index of the item to return.


Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object

PolicyRuleSignonFactorSequenceOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonFactorSequenceOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
ComplexObjectIndex double the index of this item in the list.
ComplexObjectIsFromSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


ComplexObjectIndexRequired
  • Type: double

the index of this item in the list.


ComplexObjectIsFromSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
PutSecondaryCriteria No description.
ResetSecondaryCriteria No description.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

PutSecondaryCriteria
private void PutSecondaryCriteria(object Value)
ValueRequired
  • Type: object

ResetSecondaryCriteria
private void ResetSecondaryCriteria()

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
SecondaryCriteria PolicyRuleSignonFactorSequenceSecondaryCriteriaList No description.
PrimaryCriteriaFactorTypeInput string No description.
PrimaryCriteriaProviderInput string No description.
SecondaryCriteriaInput object No description.
PrimaryCriteriaFactorType string No description.
PrimaryCriteriaProvider string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

SecondaryCriteriaRequired
public PolicyRuleSignonFactorSequenceSecondaryCriteriaList SecondaryCriteria { get; }

PrimaryCriteriaFactorTypeInputOptional
public string PrimaryCriteriaFactorTypeInput { get; }
  • Type: string

PrimaryCriteriaProviderInputOptional
public string PrimaryCriteriaProviderInput { get; }
  • Type: string

SecondaryCriteriaInputOptional
public object SecondaryCriteriaInput { get; }
  • Type: object

PrimaryCriteriaFactorTypeRequired
public string PrimaryCriteriaFactorType { get; }
  • Type: string

PrimaryCriteriaProviderRequired
public string PrimaryCriteriaProvider { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object

PolicyRuleSignonFactorSequenceSecondaryCriteriaList

Initializers

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonFactorSequenceSecondaryCriteriaList(IInterpolatingParent TerraformResource, string TerraformAttribute, bool WrapsSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
WrapsSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


WrapsSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
AllWithMapKey Creating an iterator for this complex list.
ComputeFqn No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.
Get No description.

AllWithMapKey
private DynamicListTerraformIterator AllWithMapKey(string MapKeyAttributeName)

Creating an iterator for this complex list.

The list will be converted into a map with the mapKeyAttributeName as the key.

MapKeyAttributeNameRequired
  • Type: string

ComputeFqn
private string ComputeFqn()
Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Get
private PolicyRuleSignonFactorSequenceSecondaryCriteriaOutputReference Get(double Index)
IndexRequired
  • Type: double

the index of the item to return.


Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object

PolicyRuleSignonFactorSequenceSecondaryCriteriaOutputReference

Initializers

using HashiCorp.Cdktf.Providers.Okta;

new PolicyRuleSignonFactorSequenceSecondaryCriteriaOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute, double ComplexObjectIndex, bool ComplexObjectIsFromSet);
Name Type Description
TerraformResource HashiCorp.Cdktf.IInterpolatingParent The parent resource.
TerraformAttribute string The attribute on the parent resource this class is referencing.
ComplexObjectIndex double the index of this item in the list.
ComplexObjectIsFromSet bool whether the list is wrapping a set (will add tolist() to be able to access an item via an index).

TerraformResourceRequired
  • Type: HashiCorp.Cdktf.IInterpolatingParent

The parent resource.


TerraformAttributeRequired
  • Type: string

The attribute on the parent resource this class is referencing.


ComplexObjectIndexRequired
  • Type: double

the index of this item in the list.


ComplexObjectIsFromSetRequired
  • Type: bool

whether the list is wrapping a set (will add tolist() to be able to access an item via an index).


Methods

Name Description
ComputeFqn No description.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
Resolve Produce the Token's value at resolution time.
ToString Return a string representation of this resolvable object.

ComputeFqn
private string ComputeFqn()
GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string Property)
PropertyRequired
  • Type: string

Resolve
private object Resolve(IResolveContext Context)

Produce the Token's value at resolution time.

ContextRequired
  • Type: HashiCorp.Cdktf.IResolveContext

ToString
private string ToString()

Return a string representation of this resolvable object.

Returns a reversible string representation.

Properties

Name Type Description
CreationStack string[] The creation stack of this resolvable which will be appended to errors thrown during resolution.
Fqn string No description.
FactorTypeInput string No description.
ProviderInput string No description.
FactorType string No description.
Provider string No description.
InternalValue object No description.

CreationStackRequired
public string[] CreationStack { get; }
  • Type: string[]

The creation stack of this resolvable which will be appended to errors thrown during resolution.

If this returns an empty array the stack will not be attached.


FqnRequired
public string Fqn { get; }
  • Type: string

FactorTypeInputOptional
public string FactorTypeInput { get; }
  • Type: string

ProviderInputOptional
public string ProviderInput { get; }
  • Type: string

FactorTypeRequired
public string FactorType { get; }
  • Type: string

ProviderRequired
public string Provider { get; }
  • Type: string

InternalValueOptional
public object InternalValue { get; }
  • Type: object