Represents a {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user okta_user}.
using HashiCorp.Cdktf.Providers.Okta;
new User(Construct Scope, string Id, UserConfig Config);
Name | Type | Description |
---|---|---|
Scope |
Constructs.Construct |
The scope in which to define this construct. |
Id |
string |
The scoped construct ID. |
Config |
UserConfig |
No description. |
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The scoped construct ID.
Must be unique amongst siblings in the same scope
- Type: UserConfig
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". |
PutPasswordHash |
No description. |
ResetCity |
No description. |
ResetCostCenter |
No description. |
ResetCountryCode |
No description. |
ResetCustomProfileAttributes |
No description. |
ResetCustomProfileAttributesToIgnore |
No description. |
ResetDepartment |
No description. |
ResetDisplayName |
No description. |
ResetDivision |
No description. |
ResetEmployeeNumber |
No description. |
ResetExpirePasswordOnCreate |
No description. |
ResetHonorificPrefix |
No description. |
ResetHonorificSuffix |
No description. |
ResetId |
No description. |
ResetLocale |
No description. |
ResetManager |
No description. |
ResetManagerId |
No description. |
ResetMiddleName |
No description. |
ResetMobilePhone |
No description. |
ResetNickName |
No description. |
ResetOldPassword |
No description. |
ResetOrganization |
No description. |
ResetPassword |
No description. |
ResetPasswordHash |
No description. |
ResetPasswordInlineHook |
No description. |
ResetPostalAddress |
No description. |
ResetPreferredLanguage |
No description. |
ResetPrimaryPhone |
No description. |
ResetProfileUrl |
No description. |
ResetRecoveryAnswer |
No description. |
ResetRecoveryQuestion |
No description. |
ResetSecondEmail |
No description. |
ResetSkipRoles |
No description. |
ResetState |
No description. |
ResetStatus |
No description. |
ResetStreetAddress |
No description. |
ResetTimezone |
No description. |
ResetTitle |
No description. |
ResetUserType |
No description. |
ResetZipCode |
No description. |
private string ToString()
Returns a string representation of this construct.
private void AddOverride(string Path, object Value)
- Type: string
- Type: object
private void OverrideLogicalId(string NewLogicalId)
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
private void ResetOverrideLogicalId()
Resets a previously passed logical Id to use the auto-generated logical id again.
private object ToHclTerraform()
private object ToMetadata()
private object ToTerraform()
Adds this resource to the terraform JSON output.
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.
- Type: string
The string move target that will correspond to this resource.
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private object HasResourceMove()
private void ImportFrom(string Id, TerraformProvider Provider = null)
- Type: string
- Type: HashiCorp.Cdktf.TerraformProvider
private IResolvable InterpolationForAttribute(string TerraformAttribute)
- Type: string
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.
- Type: string
Full id of resource being moved from, e.g. "aws_s3_bucket.example".
private void MoveTo(string MoveTarget, object Index = null)
Moves this resource to the target resource given by moveTarget.
- Type: string
The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.
- Type: object
Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.
private void MoveToId(string Id)
Moves this resource to the resource corresponding to "id".
- Type: string
Full id of resource to move to, e.g. "aws_s3_bucket.example".
private void PutPasswordHash(UserPasswordHash Value)
- Type: UserPasswordHash
private void ResetCity()
private void ResetCostCenter()
private void ResetCountryCode()
private void ResetCustomProfileAttributes()
private void ResetCustomProfileAttributesToIgnore()
private void ResetDepartment()
private void ResetDisplayName()
private void ResetDivision()
private void ResetEmployeeNumber()
private void ResetExpirePasswordOnCreate()
private void ResetHonorificPrefix()
private void ResetHonorificSuffix()
private void ResetId()
private void ResetLocale()
private void ResetManager()
private void ResetManagerId()
private void ResetMiddleName()
private void ResetMobilePhone()
private void ResetNickName()
private void ResetOldPassword()
private void ResetOrganization()
private void ResetPassword()
private void ResetPasswordHash()
private void ResetPasswordInlineHook()
private void ResetPostalAddress()
private void ResetPreferredLanguage()
private void ResetPrimaryPhone()
private void ResetProfileUrl()
private void ResetRecoveryAnswer()
private void ResetRecoveryQuestion()
private void ResetSecondEmail()
private void ResetSkipRoles()
private void ResetState()
private void ResetStatus()
private void ResetStreetAddress()
private void ResetTimezone()
private void ResetTitle()
private void ResetUserType()
private void ResetZipCode()
Name | Description |
---|---|
IsConstruct |
Checks if x is a construct. |
IsTerraformElement |
No description. |
IsTerraformResource |
No description. |
GenerateConfigForImport |
Generates CDKTF code for importing a User resource upon running "cdktf plan ". |
using HashiCorp.Cdktf.Providers.Okta;
User.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.
- Type: object
Any object.
using HashiCorp.Cdktf.Providers.Okta;
User.IsTerraformElement(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Okta;
User.IsTerraformResource(object X);
- Type: object
using HashiCorp.Cdktf.Providers.Okta;
User.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);
Generates CDKTF code for importing a User resource upon running "cdktf plan ".
- Type: Constructs.Construct
The scope in which to define this construct.
- Type: string
The construct id used in the generated config for the User to import.
- Type: string
The id of the existing User that should be imported.
Refer to the {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#import import section} in the documentation of this resource for the id to use
- Type: HashiCorp.Cdktf.TerraformProvider
? Optional instance of the provider where the User to import is found.
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. |
PasswordHash |
UserPasswordHashOutputReference |
No description. |
RawStatus |
string |
No description. |
CityInput |
string |
No description. |
CostCenterInput |
string |
No description. |
CountryCodeInput |
string |
No description. |
CustomProfileAttributesInput |
string |
No description. |
CustomProfileAttributesToIgnoreInput |
string[] |
No description. |
DepartmentInput |
string |
No description. |
DisplayNameInput |
string |
No description. |
DivisionInput |
string |
No description. |
EmailInput |
string |
No description. |
EmployeeNumberInput |
string |
No description. |
ExpirePasswordOnCreateInput |
object |
No description. |
FirstNameInput |
string |
No description. |
HonorificPrefixInput |
string |
No description. |
HonorificSuffixInput |
string |
No description. |
IdInput |
string |
No description. |
LastNameInput |
string |
No description. |
LocaleInput |
string |
No description. |
LoginInput |
string |
No description. |
ManagerIdInput |
string |
No description. |
ManagerInput |
string |
No description. |
MiddleNameInput |
string |
No description. |
MobilePhoneInput |
string |
No description. |
NickNameInput |
string |
No description. |
OldPasswordInput |
string |
No description. |
OrganizationInput |
string |
No description. |
PasswordHashInput |
UserPasswordHash |
No description. |
PasswordInlineHookInput |
string |
No description. |
PasswordInput |
string |
No description. |
PostalAddressInput |
string |
No description. |
PreferredLanguageInput |
string |
No description. |
PrimaryPhoneInput |
string |
No description. |
ProfileUrlInput |
string |
No description. |
RecoveryAnswerInput |
string |
No description. |
RecoveryQuestionInput |
string |
No description. |
SecondEmailInput |
string |
No description. |
SkipRolesInput |
object |
No description. |
StateInput |
string |
No description. |
StatusInput |
string |
No description. |
StreetAddressInput |
string |
No description. |
TimezoneInput |
string |
No description. |
TitleInput |
string |
No description. |
UserTypeInput |
string |
No description. |
ZipCodeInput |
string |
No description. |
City |
string |
No description. |
CostCenter |
string |
No description. |
CountryCode |
string |
No description. |
CustomProfileAttributes |
string |
No description. |
CustomProfileAttributesToIgnore |
string[] |
No description. |
Department |
string |
No description. |
DisplayName |
string |
No description. |
Division |
string |
No description. |
Email |
string |
No description. |
EmployeeNumber |
string |
No description. |
ExpirePasswordOnCreate |
object |
No description. |
FirstName |
string |
No description. |
HonorificPrefix |
string |
No description. |
HonorificSuffix |
string |
No description. |
Id |
string |
No description. |
LastName |
string |
No description. |
Locale |
string |
No description. |
Login |
string |
No description. |
Manager |
string |
No description. |
ManagerId |
string |
No description. |
MiddleName |
string |
No description. |
MobilePhone |
string |
No description. |
NickName |
string |
No description. |
OldPassword |
string |
No description. |
Organization |
string |
No description. |
Password |
string |
No description. |
PasswordInlineHook |
string |
No description. |
PostalAddress |
string |
No description. |
PreferredLanguage |
string |
No description. |
PrimaryPhone |
string |
No description. |
ProfileUrl |
string |
No description. |
RecoveryAnswer |
string |
No description. |
RecoveryQuestion |
string |
No description. |
SecondEmail |
string |
No description. |
SkipRoles |
object |
No description. |
State |
string |
No description. |
Status |
string |
No description. |
StreetAddress |
string |
No description. |
Timezone |
string |
No description. |
Title |
string |
No description. |
UserType |
string |
No description. |
ZipCode |
string |
No description. |
public Node Node { get; }
- Type: Constructs.Node
The tree node.
public TerraformStack CdktfStack { get; }
- Type: HashiCorp.Cdktf.TerraformStack
public string Fqn { get; }
- Type: string
public string FriendlyUniqueId { get; }
- Type: string
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
- Type: System.Collections.Generic.IDictionary<string, object>
public string TerraformResourceType { get; }
- Type: string
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
- Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata
public object Connection { get; }
- Type: object
public object Count { get; }
- Type: object
public string[] DependsOn { get; }
- Type: string[]
public ITerraformIterator ForEach { get; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; }
- Type: object[]
public UserPasswordHashOutputReference PasswordHash { get; }
public string RawStatus { get; }
- Type: string
public string CityInput { get; }
- Type: string
public string CostCenterInput { get; }
- Type: string
public string CountryCodeInput { get; }
- Type: string
public string CustomProfileAttributesInput { get; }
- Type: string
public string[] CustomProfileAttributesToIgnoreInput { get; }
- Type: string[]
public string DepartmentInput { get; }
- Type: string
public string DisplayNameInput { get; }
- Type: string
public string DivisionInput { get; }
- Type: string
public string EmailInput { get; }
- Type: string
public string EmployeeNumberInput { get; }
- Type: string
public object ExpirePasswordOnCreateInput { get; }
- Type: object
public string FirstNameInput { get; }
- Type: string
public string HonorificPrefixInput { get; }
- Type: string
public string HonorificSuffixInput { get; }
- Type: string
public string IdInput { get; }
- Type: string
public string LastNameInput { get; }
- Type: string
public string LocaleInput { get; }
- Type: string
public string LoginInput { get; }
- Type: string
public string ManagerIdInput { get; }
- Type: string
public string ManagerInput { get; }
- Type: string
public string MiddleNameInput { get; }
- Type: string
public string MobilePhoneInput { get; }
- Type: string
public string NickNameInput { get; }
- Type: string
public string OldPasswordInput { get; }
- Type: string
public string OrganizationInput { get; }
- Type: string
public UserPasswordHash PasswordHashInput { get; }
- Type: UserPasswordHash
public string PasswordInlineHookInput { get; }
- Type: string
public string PasswordInput { get; }
- Type: string
public string PostalAddressInput { get; }
- Type: string
public string PreferredLanguageInput { get; }
- Type: string
public string PrimaryPhoneInput { get; }
- Type: string
public string ProfileUrlInput { get; }
- Type: string
public string RecoveryAnswerInput { get; }
- Type: string
public string RecoveryQuestionInput { get; }
- Type: string
public string SecondEmailInput { get; }
- Type: string
public object SkipRolesInput { get; }
- Type: object
public string StateInput { get; }
- Type: string
public string StatusInput { get; }
- Type: string
public string StreetAddressInput { get; }
- Type: string
public string TimezoneInput { get; }
- Type: string
public string TitleInput { get; }
- Type: string
public string UserTypeInput { get; }
- Type: string
public string ZipCodeInput { get; }
- Type: string
public string City { get; }
- Type: string
public string CostCenter { get; }
- Type: string
public string CountryCode { get; }
- Type: string
public string CustomProfileAttributes { get; }
- Type: string
public string[] CustomProfileAttributesToIgnore { get; }
- Type: string[]
public string Department { get; }
- Type: string
public string DisplayName { get; }
- Type: string
public string Division { get; }
- Type: string
public string Email { get; }
- Type: string
public string EmployeeNumber { get; }
- Type: string
public object ExpirePasswordOnCreate { get; }
- Type: object
public string FirstName { get; }
- Type: string
public string HonorificPrefix { get; }
- Type: string
public string HonorificSuffix { get; }
- Type: string
public string Id { get; }
- Type: string
public string LastName { get; }
- Type: string
public string Locale { get; }
- Type: string
public string Login { get; }
- Type: string
public string Manager { get; }
- Type: string
public string ManagerId { get; }
- Type: string
public string MiddleName { get; }
- Type: string
public string MobilePhone { get; }
- Type: string
public string NickName { get; }
- Type: string
public string OldPassword { get; }
- Type: string
public string Organization { get; }
- Type: string
public string Password { get; }
- Type: string
public string PasswordInlineHook { get; }
- Type: string
public string PostalAddress { get; }
- Type: string
public string PreferredLanguage { get; }
- Type: string
public string PrimaryPhone { get; }
- Type: string
public string ProfileUrl { get; }
- Type: string
public string RecoveryAnswer { get; }
- Type: string
public string RecoveryQuestion { get; }
- Type: string
public string SecondEmail { get; }
- Type: string
public object SkipRoles { get; }
- Type: object
public string State { get; }
- Type: string
public string Status { get; }
- Type: string
public string StreetAddress { get; }
- Type: string
public string Timezone { get; }
- Type: string
public string Title { get; }
- Type: string
public string UserType { get; }
- Type: string
public string ZipCode { get; }
- Type: string
Name | Type | Description |
---|---|---|
TfResourceType |
string |
No description. |
public string TfResourceType { get; }
- Type: string
using HashiCorp.Cdktf.Providers.Okta;
new UserConfig {
object Connection = null,
object Count = null,
ITerraformDependable[] DependsOn = null,
ITerraformIterator ForEach = null,
TerraformResourceLifecycle Lifecycle = null,
TerraformProvider Provider = null,
object[] Provisioners = null,
string Email,
string FirstName,
string LastName,
string Login,
string City = null,
string CostCenter = null,
string CountryCode = null,
string CustomProfileAttributes = null,
string[] CustomProfileAttributesToIgnore = null,
string Department = null,
string DisplayName = null,
string Division = null,
string EmployeeNumber = null,
object ExpirePasswordOnCreate = null,
string HonorificPrefix = null,
string HonorificSuffix = null,
string Id = null,
string Locale = null,
string Manager = null,
string ManagerId = null,
string MiddleName = null,
string MobilePhone = null,
string NickName = null,
string OldPassword = null,
string Organization = null,
string Password = null,
UserPasswordHash PasswordHash = null,
string PasswordInlineHook = null,
string PostalAddress = null,
string PreferredLanguage = null,
string PrimaryPhone = null,
string ProfileUrl = null,
string RecoveryAnswer = null,
string RecoveryQuestion = null,
string SecondEmail = null,
object SkipRoles = null,
string State = null,
string Status = null,
string StreetAddress = null,
string Timezone = null,
string Title = null,
string UserType = null,
string ZipCode = null
};
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. |
Email |
string |
User primary email address. |
FirstName |
string |
User first name. |
LastName |
string |
User last name. |
Login |
string |
User Okta login. |
City |
string |
User city. |
CostCenter |
string |
User cost center. |
CountryCode |
string |
User country code. |
CustomProfileAttributes |
string |
JSON formatted custom attributes for a user. It must be JSON due to various types Okta allows. |
CustomProfileAttributesToIgnore |
string[] |
List of custom_profile_attribute keys that should be excluded from being managed by Terraform. |
Department |
string |
User department. |
DisplayName |
string |
User display name, suitable to show end users. |
Division |
string |
User division. |
EmployeeNumber |
string |
User employee number. |
ExpirePasswordOnCreate |
object |
If set to true , the user will have to change the password at the next login. |
HonorificPrefix |
string |
User honorific prefix. |
HonorificSuffix |
string |
User honorific suffix. |
Id |
string |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#id User#id}. |
Locale |
string |
User default location. |
Manager |
string |
Manager of User. |
ManagerId |
string |
Manager ID of User. |
MiddleName |
string |
User middle name. |
MobilePhone |
string |
User mobile phone number. |
NickName |
string |
User nickname. |
OldPassword |
string |
Old User Password. |
Organization |
string |
User organization. |
Password |
string |
User Password. |
PasswordHash |
UserPasswordHash |
password_hash block. |
PasswordInlineHook |
string |
Specifies that a Password Import Inline Hook should be triggered to handle verification of the user's password the first time the user logs in. |
PostalAddress |
string |
User mailing address. |
PreferredLanguage |
string |
User preferred language. |
PrimaryPhone |
string |
User primary phone number. |
ProfileUrl |
string |
User online profile (web page). |
RecoveryAnswer |
string |
User Password Recovery Answer. |
RecoveryQuestion |
string |
User Password Recovery Question. |
SecondEmail |
string |
User secondary email address, used for account recovery. |
SkipRoles |
object |
Do not populate user roles information (prevents additional API call). |
State |
string |
User state or region. |
Status |
string |
User profile property. Valid values are ACTIVE , DEPROVISIONED , STAGED , SUSPENDED . Default: ACTIVE . |
StreetAddress |
string |
User street address. |
Timezone |
string |
User default timezone. |
Title |
string |
User title. |
UserType |
string |
User employee type. |
ZipCode |
string |
User zipcode or postal code. |
public object Connection { get; set; }
- Type: object
public object Count { get; set; }
- Type: object
public ITerraformDependable[] DependsOn { get; set; }
- Type: HashiCorp.Cdktf.ITerraformDependable[]
public ITerraformIterator ForEach { get; set; }
- Type: HashiCorp.Cdktf.ITerraformIterator
public TerraformResourceLifecycle Lifecycle { get; set; }
- Type: HashiCorp.Cdktf.TerraformResourceLifecycle
public TerraformProvider Provider { get; set; }
- Type: HashiCorp.Cdktf.TerraformProvider
public object[] Provisioners { get; set; }
- Type: object[]
public string Email { get; set; }
- Type: string
User primary email address.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#email User#email}
public string FirstName { get; set; }
- Type: string
User first name.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#first_name User#first_name}
public string LastName { get; set; }
- Type: string
User last name.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#last_name User#last_name}
public string Login { get; set; }
- Type: string
User Okta login.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#login User#login}
public string City { get; set; }
- Type: string
User city.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#city User#city}
public string CostCenter { get; set; }
- Type: string
User cost center.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#cost_center User#cost_center}
public string CountryCode { get; set; }
- Type: string
User country code.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#country_code User#country_code}
public string CustomProfileAttributes { get; set; }
- Type: string
JSON formatted custom attributes for a user. It must be JSON due to various types Okta allows.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#custom_profile_attributes User#custom_profile_attributes}
public string[] CustomProfileAttributesToIgnore { get; set; }
- Type: string[]
List of custom_profile_attribute keys that should be excluded from being managed by Terraform.
This is useful in situations where specific custom fields may contain sensitive information and should be managed outside of Terraform.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#custom_profile_attributes_to_ignore User#custom_profile_attributes_to_ignore}
public string Department { get; set; }
- Type: string
User department.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#department User#department}
public string DisplayName { get; set; }
- Type: string
User display name, suitable to show end users.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#display_name User#display_name}
public string Division { get; set; }
- Type: string
User division.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#division User#division}
public string EmployeeNumber { get; set; }
- Type: string
User employee number.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#employee_number User#employee_number}
public object ExpirePasswordOnCreate { get; set; }
- Type: object
If set to true
, the user will have to change the password at the next login.
This property will be used when user is being created and works only when password
field is set. Default: false
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#expire_password_on_create User#expire_password_on_create}
public string HonorificPrefix { get; set; }
- Type: string
User honorific prefix.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#honorific_prefix User#honorific_prefix}
public string HonorificSuffix { get; set; }
- Type: string
User honorific suffix.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#honorific_suffix User#honorific_suffix}
public string Id { get; set; }
- Type: string
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#id User#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.
public string Locale { get; set; }
- Type: string
User default location.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#locale User#locale}
public string Manager { get; set; }
- Type: string
Manager of User.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#manager User#manager}
public string ManagerId { get; set; }
- Type: string
Manager ID of User.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#manager_id User#manager_id}
public string MiddleName { get; set; }
- Type: string
User middle name.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#middle_name User#middle_name}
public string MobilePhone { get; set; }
- Type: string
User mobile phone number.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#mobile_phone User#mobile_phone}
public string NickName { get; set; }
- Type: string
User nickname.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#nick_name User#nick_name}
public string OldPassword { get; set; }
- Type: string
Old User Password.
Should be only set in case the password was not changed using the provider. fter successful password change this field should be removed and password
field should be used for further changes.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#old_password User#old_password}
public string Organization { get; set; }
- Type: string
User organization.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#organization User#organization}
public string Password { get; set; }
- Type: string
User Password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#password User#password}
public UserPasswordHash PasswordHash { get; set; }
- Type: UserPasswordHash
password_hash block.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#password_hash User#password_hash}
public string PasswordInlineHook { get; set; }
- Type: string
Specifies that a Password Import Inline Hook should be triggered to handle verification of the user's password the first time the user logs in.
This allows an existing password to be imported into Okta directly from some other store. When updating a user with a password hook the user must be in the STAGED
status. The password
field should not be specified when using Password Import Inline Hook.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#password_inline_hook User#password_inline_hook}
public string PostalAddress { get; set; }
- Type: string
User mailing address.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#postal_address User#postal_address}
public string PreferredLanguage { get; set; }
- Type: string
User preferred language.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#preferred_language User#preferred_language}
public string PrimaryPhone { get; set; }
- Type: string
User primary phone number.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#primary_phone User#primary_phone}
public string ProfileUrl { get; set; }
- Type: string
User online profile (web page).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#profile_url User#profile_url}
public string RecoveryAnswer { get; set; }
- Type: string
User Password Recovery Answer.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#recovery_answer User#recovery_answer}
public string RecoveryQuestion { get; set; }
- Type: string
User Password Recovery Question.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#recovery_question User#recovery_question}
public string SecondEmail { get; set; }
- Type: string
User secondary email address, used for account recovery.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#second_email User#second_email}
public object SkipRoles { get; set; }
- Type: object
Do not populate user roles information (prevents additional API call).
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#skip_roles User#skip_roles}
public string State { get; set; }
- Type: string
User state or region.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#state User#state}
public string Status { get; set; }
- Type: string
User profile property. Valid values are ACTIVE
, DEPROVISIONED
, STAGED
, SUSPENDED
. Default: ACTIVE
.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#status User#status}
public string StreetAddress { get; set; }
- Type: string
User street address.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#street_address User#street_address}
public string Timezone { get; set; }
- Type: string
User default timezone.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#timezone User#timezone}
public string Title { get; set; }
- Type: string
User title.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#title User#title}
public string UserType { get; set; }
- Type: string
User employee type.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#user_type User#user_type}
public string ZipCode { get; set; }
- Type: string
User zipcode or postal code.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#zip_code User#zip_code}
using HashiCorp.Cdktf.Providers.Okta;
new UserPasswordHash {
string Algorithm,
string Value,
string Salt = null,
string SaltOrder = null,
double WorkFactor = null
};
Name | Type | Description |
---|---|---|
Algorithm |
string |
The algorithm used to generate the hash using the password. |
Value |
string |
For SHA-512, SHA-256, SHA-1, MD5, This is the actual base64-encoded hash of the password (and salt, if used). |
Salt |
string |
Only required for salted hashes. |
SaltOrder |
string |
Specifies whether salt was pre- or postfixed to the password before hashing. |
WorkFactor |
double |
Governs the strength of the hash and the time required to compute it. Only required for BCRYPT algorithm. |
public string Algorithm { get; set; }
- Type: string
The algorithm used to generate the hash using the password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#algorithm User#algorithm}
public string Value { get; set; }
- Type: string
For SHA-512, SHA-256, SHA-1, MD5, This is the actual base64-encoded hash of the password (and salt, if used).
This is the Base64 encoded value of the SHA-512/SHA-256/SHA-1/MD5 digest that was computed by either pre-fixing or post-fixing the salt to the password, depending on the saltOrder. If a salt was not used in the source system, then this should just be the the Base64 encoded value of the password's SHA-512/SHA-256/SHA-1/MD5 digest. For BCRYPT, This is the actual radix64-encoded hashed password.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#value User#value}
public string Salt { get; set; }
- Type: string
Only required for salted hashes.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#salt User#salt}
public string SaltOrder { get; set; }
- Type: string
Specifies whether salt was pre- or postfixed to the password before hashing.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#salt_order User#salt_order}
public double WorkFactor { get; set; }
- Type: double
Governs the strength of the hash and the time required to compute it. Only required for BCRYPT algorithm.
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.12.0/docs/resources/user#work_factor User#work_factor}
using HashiCorp.Cdktf.Providers.Okta;
new UserPasswordHashOutputReference(IInterpolatingParent TerraformResource, string TerraformAttribute);
Name | Type | Description |
---|---|---|
TerraformResource |
HashiCorp.Cdktf.IInterpolatingParent |
The parent resource. |
TerraformAttribute |
string |
The attribute on the parent resource this class is referencing. |
- Type: HashiCorp.Cdktf.IInterpolatingParent
The parent resource.
- Type: string
The attribute on the parent resource this class is referencing.
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. |
ResetSalt |
No description. |
ResetSaltOrder |
No description. |
ResetWorkFactor |
No description. |
private string ComputeFqn()
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable GetBooleanAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
- Type: string
private string[] GetListAttribute(string TerraformAttribute)
- Type: string
private double GetNumberAttribute(string TerraformAttribute)
- Type: string
private double[] GetNumberListAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
- Type: string
private string GetStringAttribute(string TerraformAttribute)
- Type: string
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
- Type: string
private IResolvable InterpolationForAttribute(string Property)
- Type: string
private object Resolve(IResolveContext Context)
Produce the Token's value at resolution time.
- Type: HashiCorp.Cdktf.IResolveContext
private string ToString()
Return a string representation of this resolvable object.
Returns a reversible string representation.
private void ResetSalt()
private void ResetSaltOrder()
private void ResetWorkFactor()
Name | Type | Description |
---|---|---|
CreationStack |
string[] |
The creation stack of this resolvable which will be appended to errors thrown during resolution. |
Fqn |
string |
No description. |
AlgorithmInput |
string |
No description. |
SaltInput |
string |
No description. |
SaltOrderInput |
string |
No description. |
ValueInput |
string |
No description. |
WorkFactorInput |
double |
No description. |
Algorithm |
string |
No description. |
Salt |
string |
No description. |
SaltOrder |
string |
No description. |
Value |
string |
No description. |
WorkFactor |
double |
No description. |
InternalValue |
UserPasswordHash |
No description. |
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.
public string Fqn { get; }
- Type: string
public string AlgorithmInput { get; }
- Type: string
public string SaltInput { get; }
- Type: string
public string SaltOrderInput { get; }
- Type: string
public string ValueInput { get; }
- Type: string
public double WorkFactorInput { get; }
- Type: double
public string Algorithm { get; }
- Type: string
public string Salt { get; }
- Type: string
public string SaltOrder { get; }
- Type: string
public string Value { get; }
- Type: string
public double WorkFactor { get; }
- Type: double
public UserPasswordHash InternalValue { get; }
- Type: UserPasswordHash