Documentation
¶
Index ¶
- func AppThreeField_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func AppThreeField_IsConstruct(x interface{}) *bool
- func AppThreeField_IsTerraformElement(x interface{}) *bool
- func AppThreeField_IsTerraformResource(x interface{}) *bool
- func AppThreeField_TfResourceType() *string
- func NewAppThreeFieldTimeoutsOutputReference_Override(a AppThreeFieldTimeoutsOutputReference, ...)
- func NewAppThreeField_Override(a AppThreeField, scope constructs.Construct, id *string, ...)
- type AppThreeField
- type AppThreeFieldConfig
- type AppThreeFieldTimeouts
- type AppThreeFieldTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppThreeField_GenerateConfigForImport ¶
func AppThreeField_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a AppThreeField resource upon running "cdktf plan <stack-name>".
func AppThreeField_IsConstruct ¶
func AppThreeField_IsConstruct(x interface{}) *bool
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.
Returns: true if `x` is an object created from a class which extends `Construct`.
func AppThreeField_IsTerraformElement ¶
func AppThreeField_IsTerraformElement(x interface{}) *bool
Experimental.
func AppThreeField_IsTerraformResource ¶
func AppThreeField_IsTerraformResource(x interface{}) *bool
Experimental.
func AppThreeField_TfResourceType ¶
func AppThreeField_TfResourceType() *string
func NewAppThreeFieldTimeoutsOutputReference_Override ¶
func NewAppThreeFieldTimeoutsOutputReference_Override(a AppThreeFieldTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewAppThreeField_Override ¶
func NewAppThreeField_Override(a AppThreeField, scope constructs.Construct, id *string, config *AppThreeFieldConfig)
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field okta_app_three_field} Resource.
Types ¶
type AppThreeField ¶
type AppThreeField interface { cdktf.TerraformResource AccessibilityErrorRedirectUrl() *string SetAccessibilityErrorRedirectUrl(val *string) AccessibilityErrorRedirectUrlInput() *string AccessibilityLoginRedirectUrl() *string SetAccessibilityLoginRedirectUrl(val *string) AccessibilityLoginRedirectUrlInput() *string AccessibilitySelfService() interface{} SetAccessibilitySelfService(val interface{}) AccessibilitySelfServiceInput() interface{} AdminNote() *string SetAdminNote(val *string) AdminNoteInput() *string AppLinksJson() *string SetAppLinksJson(val *string) AppLinksJsonInput() *string AutoSubmitToolbar() interface{} SetAutoSubmitToolbar(val interface{}) AutoSubmitToolbarInput() interface{} ButtonSelector() *string SetButtonSelector(val *string) ButtonSelectorInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CredentialsScheme() *string SetCredentialsScheme(val *string) CredentialsSchemeInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) EnduserNote() *string SetEnduserNote(val *string) EnduserNoteInput() *string ExtraFieldSelector() *string SetExtraFieldSelector(val *string) ExtraFieldSelectorInput() *string ExtraFieldValue() *string SetExtraFieldValue(val *string) ExtraFieldValueInput() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string HideIos() interface{} SetHideIos(val interface{}) HideIosInput() interface{} HideWeb() interface{} SetHideWeb(val interface{}) HideWebInput() interface{} Id() *string SetId(val *string) IdInput() *string Label() *string SetLabel(val *string) LabelInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Logo() *string SetLogo(val *string) LogoInput() *string LogoUrl() *string Name() *string // The tree node. Node() constructs.Node PasswordSelector() *string SetPasswordSelector(val *string) PasswordSelectorInput() *string // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RevealPassword() interface{} SetRevealPassword(val interface{}) RevealPasswordInput() interface{} SignOnMode() *string Status() *string SetStatus(val *string) StatusInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() AppThreeFieldTimeoutsOutputReference TimeoutsInput() interface{} Url() *string SetUrl(val *string) UrlInput() *string UrlRegex() *string SetUrlRegex(val *string) UrlRegexInput() *string UsernameSelector() *string SetUsernameSelector(val *string) UsernameSelectorInput() *string UserNameTemplate() *string SetUserNameTemplate(val *string) UserNameTemplateInput() *string UserNameTemplatePushStatus() *string SetUserNameTemplatePushStatus(val *string) UserNameTemplatePushStatusInput() *string UserNameTemplateSuffix() *string SetUserNameTemplateSuffix(val *string) UserNameTemplateSuffixInput() *string UserNameTemplateType() *string SetUserNameTemplateType(val *string) UserNameTemplateTypeInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutTimeouts(value *AppThreeFieldTimeouts) ResetAccessibilityErrorRedirectUrl() ResetAccessibilityLoginRedirectUrl() ResetAccessibilitySelfService() ResetAdminNote() ResetAppLinksJson() ResetAutoSubmitToolbar() ResetCredentialsScheme() ResetEnduserNote() ResetHideIos() ResetHideWeb() ResetId() ResetLogo() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRevealPassword() ResetStatus() ResetTimeouts() ResetUrlRegex() ResetUserNameTemplate() ResetUserNameTemplatePushStatus() ResetUserNameTemplateSuffix() ResetUserNameTemplateType() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field okta_app_three_field}.
func NewAppThreeField ¶
func NewAppThreeField(scope constructs.Construct, id *string, config *AppThreeFieldConfig) AppThreeField
Create a new {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field okta_app_three_field} Resource.
type AppThreeFieldConfig ¶
type AppThreeFieldConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Login button field CSS selector. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#button_selector AppThreeField#button_selector} ButtonSelector *string `field:"required" json:"buttonSelector" yaml:"buttonSelector"` // Extra field CSS selector. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#extra_field_selector AppThreeField#extra_field_selector} ExtraFieldSelector *string `field:"required" json:"extraFieldSelector" yaml:"extraFieldSelector"` // Value for extra form field. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#extra_field_value AppThreeField#extra_field_value} ExtraFieldValue *string `field:"required" json:"extraFieldValue" yaml:"extraFieldValue"` // Pretty name of app. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#label AppThreeField#label} Label *string `field:"required" json:"label" yaml:"label"` // Login password field CSS selector. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#password_selector AppThreeField#password_selector} PasswordSelector *string `field:"required" json:"passwordSelector" yaml:"passwordSelector"` // Login URL. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#url AppThreeField#url} Url *string `field:"required" json:"url" yaml:"url"` // Login username field CSS selector. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#username_selector AppThreeField#username_selector} UsernameSelector *string `field:"required" json:"usernameSelector" yaml:"usernameSelector"` // Custom error page URL. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#accessibility_error_redirect_url AppThreeField#accessibility_error_redirect_url} AccessibilityErrorRedirectUrl *string `field:"optional" json:"accessibilityErrorRedirectUrl" yaml:"accessibilityErrorRedirectUrl"` // Custom login page URL. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#accessibility_login_redirect_url AppThreeField#accessibility_login_redirect_url} AccessibilityLoginRedirectUrl *string `field:"optional" json:"accessibilityLoginRedirectUrl" yaml:"accessibilityLoginRedirectUrl"` // Enable self service. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#accessibility_self_service AppThreeField#accessibility_self_service} AccessibilitySelfService interface{} `field:"optional" json:"accessibilitySelfService" yaml:"accessibilitySelfService"` // Application notes for admins. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#admin_note AppThreeField#admin_note} AdminNote *string `field:"optional" json:"adminNote" yaml:"adminNote"` // Displays specific appLinks for the app. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#app_links_json AppThreeField#app_links_json} AppLinksJson *string `field:"optional" json:"appLinksJson" yaml:"appLinksJson"` // Display auto submit toolbar. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#auto_submit_toolbar AppThreeField#auto_submit_toolbar} AutoSubmitToolbar interface{} `field:"optional" json:"autoSubmitToolbar" yaml:"autoSubmitToolbar"` // Application credentials scheme. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#credentials_scheme AppThreeField#credentials_scheme} CredentialsScheme *string `field:"optional" json:"credentialsScheme" yaml:"credentialsScheme"` // Application notes for end users. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#enduser_note AppThreeField#enduser_note} EnduserNote *string `field:"optional" json:"enduserNote" yaml:"enduserNote"` // Do not display application icon on mobile app. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#hide_ios AppThreeField#hide_ios} HideIos interface{} `field:"optional" json:"hideIos" yaml:"hideIos"` // Do not display application icon to users. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#hide_web AppThreeField#hide_web} HideWeb interface{} `field:"optional" json:"hideWeb" yaml:"hideWeb"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#id AppThreeField#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. Id *string `field:"optional" json:"id" yaml:"id"` // Local path to logo of the application. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#logo AppThreeField#logo} Logo *string `field:"optional" json:"logo" yaml:"logo"` // Allow user to reveal password. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#reveal_password AppThreeField#reveal_password} RevealPassword interface{} `field:"optional" json:"revealPassword" yaml:"revealPassword"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#shared_password AppThreeField#shared_password} SharedPassword *string `field:"optional" json:"sharedPassword" yaml:"sharedPassword"` // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#shared_username AppThreeField#shared_username} SharedUsername *string `field:"optional" json:"sharedUsername" yaml:"sharedUsername"` // Status of application. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#status AppThreeField#status} Status *string `field:"optional" json:"status" yaml:"status"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#timeouts AppThreeField#timeouts} Timeouts *AppThreeFieldTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // A regex that further restricts URL to the specified regex. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#url_regex AppThreeField#url_regex} UrlRegex *string `field:"optional" json:"urlRegex" yaml:"urlRegex"` // Username template. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#user_name_template AppThreeField#user_name_template} UserNameTemplate *string `field:"optional" json:"userNameTemplate" yaml:"userNameTemplate"` // Push username on update. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#user_name_template_push_status AppThreeField#user_name_template_push_status} UserNameTemplatePushStatus *string `field:"optional" json:"userNameTemplatePushStatus" yaml:"userNameTemplatePushStatus"` // Username template suffix. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#user_name_template_suffix AppThreeField#user_name_template_suffix} UserNameTemplateSuffix *string `field:"optional" json:"userNameTemplateSuffix" yaml:"userNameTemplateSuffix"` // Username template type. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#user_name_template_type AppThreeField#user_name_template_type} UserNameTemplateType *string `field:"optional" json:"userNameTemplateType" yaml:"userNameTemplateType"` }
type AppThreeFieldTimeouts ¶
type AppThreeFieldTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#create AppThreeField#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#read AppThreeField#read}. Read *string `field:"optional" json:"read" yaml:"read"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/okta/okta/4.6.3/docs/resources/app_three_field#update AppThreeField#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type AppThreeFieldTimeoutsOutputReference ¶
type AppThreeFieldTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *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. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Read() *string SetRead(val *string) ReadInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Update() *string SetUpdate(val *string) UpdateInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() ResetRead() ResetUpdate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewAppThreeFieldTimeoutsOutputReference ¶
func NewAppThreeFieldTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) AppThreeFieldTimeoutsOutputReference