okta.app.ThreeField
Explore with Pulumi AI
Creates a Three Field Application. This resource allows you to create and configure a Three Field Application. > During an apply if there is change in ‘status’ the app will first be activated or deactivated in accordance with the ‘status’ change. Then, all other arguments that changed will be applied.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Coming soon!
resources:
  example:
    type: okta:app:ThreeField
    properties:
      label: Example App
      signOnUrl: https://example.com/login.html
      signOnRedirectUrl: https://example.com
      revealPassword: true
      credentialsScheme: EDIT_USERNAME_AND_PASSWORD
Create ThreeField Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ThreeField(name: string, args: ThreeFieldArgs, opts?: CustomResourceOptions);@overload
def ThreeField(resource_name: str,
               args: ThreeFieldArgs,
               opts: Optional[ResourceOptions] = None)
@overload
def ThreeField(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               extra_field_selector: Optional[str] = None,
               username_selector: Optional[str] = None,
               url: Optional[str] = None,
               password_selector: Optional[str] = None,
               label: Optional[str] = None,
               extra_field_value: Optional[str] = None,
               button_selector: Optional[str] = None,
               hide_web: Optional[bool] = None,
               reveal_password: Optional[bool] = None,
               credentials_scheme: Optional[str] = None,
               auto_submit_toolbar: Optional[bool] = None,
               hide_ios: Optional[bool] = None,
               accessibility_error_redirect_url: Optional[str] = None,
               app_links_json: Optional[str] = None,
               logo: Optional[str] = None,
               admin_note: Optional[str] = None,
               enduser_note: Optional[str] = None,
               shared_password: Optional[str] = None,
               shared_username: Optional[str] = None,
               status: Optional[str] = None,
               accessibility_self_service: Optional[bool] = None,
               url_regex: Optional[str] = None,
               user_name_template: Optional[str] = None,
               user_name_template_push_status: Optional[str] = None,
               user_name_template_suffix: Optional[str] = None,
               user_name_template_type: Optional[str] = None,
               accessibility_login_redirect_url: Optional[str] = None)func NewThreeField(ctx *Context, name string, args ThreeFieldArgs, opts ...ResourceOption) (*ThreeField, error)public ThreeField(string name, ThreeFieldArgs args, CustomResourceOptions? opts = null)
public ThreeField(String name, ThreeFieldArgs args)
public ThreeField(String name, ThreeFieldArgs args, CustomResourceOptions options)
type: okta:app:ThreeField
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ThreeFieldArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ThreeFieldArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ThreeFieldArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ThreeFieldArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ThreeFieldArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var threeFieldResource = new Okta.App.ThreeField("threeFieldResource", new()
{
    ExtraFieldSelector = "string",
    UsernameSelector = "string",
    Url = "string",
    PasswordSelector = "string",
    Label = "string",
    ExtraFieldValue = "string",
    ButtonSelector = "string",
    HideWeb = false,
    RevealPassword = false,
    CredentialsScheme = "string",
    AutoSubmitToolbar = false,
    HideIos = false,
    AccessibilityErrorRedirectUrl = "string",
    AppLinksJson = "string",
    Logo = "string",
    AdminNote = "string",
    EnduserNote = "string",
    SharedPassword = "string",
    SharedUsername = "string",
    Status = "string",
    AccessibilitySelfService = false,
    UrlRegex = "string",
    UserNameTemplate = "string",
    UserNameTemplatePushStatus = "string",
    UserNameTemplateSuffix = "string",
    UserNameTemplateType = "string",
    AccessibilityLoginRedirectUrl = "string",
});
example, err := app.NewThreeField(ctx, "threeFieldResource", &app.ThreeFieldArgs{
	ExtraFieldSelector:            pulumi.String("string"),
	UsernameSelector:              pulumi.String("string"),
	Url:                           pulumi.String("string"),
	PasswordSelector:              pulumi.String("string"),
	Label:                         pulumi.String("string"),
	ExtraFieldValue:               pulumi.String("string"),
	ButtonSelector:                pulumi.String("string"),
	HideWeb:                       pulumi.Bool(false),
	RevealPassword:                pulumi.Bool(false),
	CredentialsScheme:             pulumi.String("string"),
	AutoSubmitToolbar:             pulumi.Bool(false),
	HideIos:                       pulumi.Bool(false),
	AccessibilityErrorRedirectUrl: pulumi.String("string"),
	AppLinksJson:                  pulumi.String("string"),
	Logo:                          pulumi.String("string"),
	AdminNote:                     pulumi.String("string"),
	EnduserNote:                   pulumi.String("string"),
	SharedPassword:                pulumi.String("string"),
	SharedUsername:                pulumi.String("string"),
	Status:                        pulumi.String("string"),
	AccessibilitySelfService:      pulumi.Bool(false),
	UrlRegex:                      pulumi.String("string"),
	UserNameTemplate:              pulumi.String("string"),
	UserNameTemplatePushStatus:    pulumi.String("string"),
	UserNameTemplateSuffix:        pulumi.String("string"),
	UserNameTemplateType:          pulumi.String("string"),
	AccessibilityLoginRedirectUrl: pulumi.String("string"),
})
var threeFieldResource = new ThreeField("threeFieldResource", ThreeFieldArgs.builder()
    .extraFieldSelector("string")
    .usernameSelector("string")
    .url("string")
    .passwordSelector("string")
    .label("string")
    .extraFieldValue("string")
    .buttonSelector("string")
    .hideWeb(false)
    .revealPassword(false)
    .credentialsScheme("string")
    .autoSubmitToolbar(false)
    .hideIos(false)
    .accessibilityErrorRedirectUrl("string")
    .appLinksJson("string")
    .logo("string")
    .adminNote("string")
    .enduserNote("string")
    .sharedPassword("string")
    .sharedUsername("string")
    .status("string")
    .accessibilitySelfService(false)
    .urlRegex("string")
    .userNameTemplate("string")
    .userNameTemplatePushStatus("string")
    .userNameTemplateSuffix("string")
    .userNameTemplateType("string")
    .accessibilityLoginRedirectUrl("string")
    .build());
three_field_resource = okta.app.ThreeField("threeFieldResource",
    extra_field_selector="string",
    username_selector="string",
    url="string",
    password_selector="string",
    label="string",
    extra_field_value="string",
    button_selector="string",
    hide_web=False,
    reveal_password=False,
    credentials_scheme="string",
    auto_submit_toolbar=False,
    hide_ios=False,
    accessibility_error_redirect_url="string",
    app_links_json="string",
    logo="string",
    admin_note="string",
    enduser_note="string",
    shared_password="string",
    shared_username="string",
    status="string",
    accessibility_self_service=False,
    url_regex="string",
    user_name_template="string",
    user_name_template_push_status="string",
    user_name_template_suffix="string",
    user_name_template_type="string",
    accessibility_login_redirect_url="string")
const threeFieldResource = new okta.app.ThreeField("threeFieldResource", {
    extraFieldSelector: "string",
    usernameSelector: "string",
    url: "string",
    passwordSelector: "string",
    label: "string",
    extraFieldValue: "string",
    buttonSelector: "string",
    hideWeb: false,
    revealPassword: false,
    credentialsScheme: "string",
    autoSubmitToolbar: false,
    hideIos: false,
    accessibilityErrorRedirectUrl: "string",
    appLinksJson: "string",
    logo: "string",
    adminNote: "string",
    enduserNote: "string",
    sharedPassword: "string",
    sharedUsername: "string",
    status: "string",
    accessibilitySelfService: false,
    urlRegex: "string",
    userNameTemplate: "string",
    userNameTemplatePushStatus: "string",
    userNameTemplateSuffix: "string",
    userNameTemplateType: "string",
    accessibilityLoginRedirectUrl: "string",
});
type: okta:app:ThreeField
properties:
    accessibilityErrorRedirectUrl: string
    accessibilityLoginRedirectUrl: string
    accessibilitySelfService: false
    adminNote: string
    appLinksJson: string
    autoSubmitToolbar: false
    buttonSelector: string
    credentialsScheme: string
    enduserNote: string
    extraFieldSelector: string
    extraFieldValue: string
    hideIos: false
    hideWeb: false
    label: string
    logo: string
    passwordSelector: string
    revealPassword: false
    sharedPassword: string
    sharedUsername: string
    status: string
    url: string
    urlRegex: string
    userNameTemplate: string
    userNameTemplatePushStatus: string
    userNameTemplateSuffix: string
    userNameTemplateType: string
    usernameSelector: string
ThreeField Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ThreeField resource accepts the following input properties:
- string
- Login button field CSS selector
- ExtraField stringSelector 
- Extra field CSS selector
- ExtraField stringValue 
- Value for extra form field
- Label string
- The Application's display name.
- PasswordSelector string
- Login password field CSS selector
- Url string
- Login URL
- UsernameSelector string
- Login username field CSS selector
- AccessibilityError stringRedirect Url 
- Custom error page URL
- AccessibilityLogin stringRedirect Url 
- Custom login page URL
- AccessibilitySelf boolService 
- Enable self service. Default is false
- AdminNote string
- Application notes for admins.
- AppLinks stringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- AutoSubmit boolToolbar 
- Display auto submit toolbar
- CredentialsScheme string
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- EnduserNote string
- Application notes for end users.
- HideIos bool
- Do not display application icon on mobile app
- HideWeb bool
- Do not display application icon to users
- Logo string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- RevealPassword bool
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- Status string
- Status of application. By default, it is ACTIVE
- UrlRegex string
- A regex that further restricts URL to the specified regex
- UserName stringTemplate 
- Username template. Default: ${source.login}
- UserName stringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- UserName stringTemplate Suffix 
- Username template suffix
- UserName stringTemplate Type 
- Username template type. Default: BUILT_IN
- string
- Login button field CSS selector
- ExtraField stringSelector 
- Extra field CSS selector
- ExtraField stringValue 
- Value for extra form field
- Label string
- The Application's display name.
- PasswordSelector string
- Login password field CSS selector
- Url string
- Login URL
- UsernameSelector string
- Login username field CSS selector
- AccessibilityError stringRedirect Url 
- Custom error page URL
- AccessibilityLogin stringRedirect Url 
- Custom login page URL
- AccessibilitySelf boolService 
- Enable self service. Default is false
- AdminNote string
- Application notes for admins.
- AppLinks stringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- AutoSubmit boolToolbar 
- Display auto submit toolbar
- CredentialsScheme string
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- EnduserNote string
- Application notes for end users.
- HideIos bool
- Do not display application icon on mobile app
- HideWeb bool
- Do not display application icon to users
- Logo string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- RevealPassword bool
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- Status string
- Status of application. By default, it is ACTIVE
- UrlRegex string
- A regex that further restricts URL to the specified regex
- UserName stringTemplate 
- Username template. Default: ${source.login}
- UserName stringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- UserName stringTemplate Suffix 
- Username template suffix
- UserName stringTemplate Type 
- Username template type. Default: BUILT_IN
- String
- Login button field CSS selector
- extraField StringSelector 
- Extra field CSS selector
- extraField StringValue 
- Value for extra form field
- label String
- The Application's display name.
- passwordSelector String
- Login password field CSS selector
- url String
- Login URL
- usernameSelector String
- Login username field CSS selector
- accessibilityError StringRedirect Url 
- Custom error page URL
- accessibilityLogin StringRedirect Url 
- Custom login page URL
- accessibilitySelf BooleanService 
- Enable self service. Default is false
- adminNote String
- Application notes for admins.
- appLinks StringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- autoSubmit BooleanToolbar 
- Display auto submit toolbar
- credentialsScheme String
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduserNote String
- Application notes for end users.
- hideIos Boolean
- Do not display application icon on mobile app
- hideWeb Boolean
- Do not display application icon to users
- logo String
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- revealPassword Boolean
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- status String
- Status of application. By default, it is ACTIVE
- urlRegex String
- A regex that further restricts URL to the specified regex
- userName StringTemplate 
- Username template. Default: ${source.login}
- userName StringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- userName StringTemplate Suffix 
- Username template suffix
- userName StringTemplate Type 
- Username template type. Default: BUILT_IN
- string
- Login button field CSS selector
- extraField stringSelector 
- Extra field CSS selector
- extraField stringValue 
- Value for extra form field
- label string
- The Application's display name.
- passwordSelector string
- Login password field CSS selector
- url string
- Login URL
- usernameSelector string
- Login username field CSS selector
- accessibilityError stringRedirect Url 
- Custom error page URL
- accessibilityLogin stringRedirect Url 
- Custom login page URL
- accessibilitySelf booleanService 
- Enable self service. Default is false
- adminNote string
- Application notes for admins.
- appLinks stringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- autoSubmit booleanToolbar 
- Display auto submit toolbar
- credentialsScheme string
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduserNote string
- Application notes for end users.
- hideIos boolean
- Do not display application icon on mobile app
- hideWeb boolean
- Do not display application icon to users
- logo string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- revealPassword boolean
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- status string
- Status of application. By default, it is ACTIVE
- urlRegex string
- A regex that further restricts URL to the specified regex
- userName stringTemplate 
- Username template. Default: ${source.login}
- userName stringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- userName stringTemplate Suffix 
- Username template suffix
- userName stringTemplate Type 
- Username template type. Default: BUILT_IN
- str
- Login button field CSS selector
- extra_field_ strselector 
- Extra field CSS selector
- extra_field_ strvalue 
- Value for extra form field
- label str
- The Application's display name.
- password_selector str
- Login password field CSS selector
- url str
- Login URL
- username_selector str
- Login username field CSS selector
- accessibility_error_ strredirect_ url 
- Custom error page URL
- accessibility_login_ strredirect_ url 
- Custom login page URL
- accessibility_self_ boolservice 
- Enable self service. Default is false
- admin_note str
- Application notes for admins.
- app_links_ strjson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- auto_submit_ booltoolbar 
- Display auto submit toolbar
- credentials_scheme str
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduser_note str
- Application notes for end users.
- hide_ios bool
- Do not display application icon on mobile app
- hide_web bool
- Do not display application icon to users
- logo str
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- reveal_password bool
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- str
- Shared password, required for certain schemes.
- str
- Shared username, required for certain schemes.
- status str
- Status of application. By default, it is ACTIVE
- url_regex str
- A regex that further restricts URL to the specified regex
- user_name_ strtemplate 
- Username template. Default: ${source.login}
- user_name_ strtemplate_ push_ status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- user_name_ strtemplate_ suffix 
- Username template suffix
- user_name_ strtemplate_ type 
- Username template type. Default: BUILT_IN
- String
- Login button field CSS selector
- extraField StringSelector 
- Extra field CSS selector
- extraField StringValue 
- Value for extra form field
- label String
- The Application's display name.
- passwordSelector String
- Login password field CSS selector
- url String
- Login URL
- usernameSelector String
- Login username field CSS selector
- accessibilityError StringRedirect Url 
- Custom error page URL
- accessibilityLogin StringRedirect Url 
- Custom login page URL
- accessibilitySelf BooleanService 
- Enable self service. Default is false
- adminNote String
- Application notes for admins.
- appLinks StringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- autoSubmit BooleanToolbar 
- Display auto submit toolbar
- credentialsScheme String
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduserNote String
- Application notes for end users.
- hideIos Boolean
- Do not display application icon on mobile app
- hideWeb Boolean
- Do not display application icon to users
- logo String
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- revealPassword Boolean
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- status String
- Status of application. By default, it is ACTIVE
- urlRegex String
- A regex that further restricts URL to the specified regex
- userName StringTemplate 
- Username template. Default: ${source.login}
- userName StringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- userName StringTemplate Suffix 
- Username template suffix
- userName StringTemplate Type 
- Username template type. Default: BUILT_IN
Outputs
All input properties are implicitly available as output properties. Additionally, the ThreeField resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- LogoUrl string
- URL of the application's logo
- Name string
- Name of the app.
- SignOn stringMode 
- Sign on mode of application.
- Id string
- The provider-assigned unique ID for this managed resource.
- LogoUrl string
- URL of the application's logo
- Name string
- Name of the app.
- SignOn stringMode 
- Sign on mode of application.
- id String
- The provider-assigned unique ID for this managed resource.
- logoUrl String
- URL of the application's logo
- name String
- Name of the app.
- signOn StringMode 
- Sign on mode of application.
- id string
- The provider-assigned unique ID for this managed resource.
- logoUrl string
- URL of the application's logo
- name string
- Name of the app.
- signOn stringMode 
- Sign on mode of application.
- id str
- The provider-assigned unique ID for this managed resource.
- logo_url str
- URL of the application's logo
- name str
- Name of the app.
- sign_on_ strmode 
- Sign on mode of application.
- id String
- The provider-assigned unique ID for this managed resource.
- logoUrl String
- URL of the application's logo
- name String
- Name of the app.
- signOn StringMode 
- Sign on mode of application.
Look up Existing ThreeField Resource
Get an existing ThreeField resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ThreeFieldState, opts?: CustomResourceOptions): ThreeField@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        accessibility_error_redirect_url: Optional[str] = None,
        accessibility_login_redirect_url: Optional[str] = None,
        accessibility_self_service: Optional[bool] = None,
        admin_note: Optional[str] = None,
        app_links_json: Optional[str] = None,
        auto_submit_toolbar: Optional[bool] = None,
        button_selector: Optional[str] = None,
        credentials_scheme: Optional[str] = None,
        enduser_note: Optional[str] = None,
        extra_field_selector: Optional[str] = None,
        extra_field_value: Optional[str] = None,
        hide_ios: Optional[bool] = None,
        hide_web: Optional[bool] = None,
        label: Optional[str] = None,
        logo: Optional[str] = None,
        logo_url: Optional[str] = None,
        name: Optional[str] = None,
        password_selector: Optional[str] = None,
        reveal_password: Optional[bool] = None,
        shared_password: Optional[str] = None,
        shared_username: Optional[str] = None,
        sign_on_mode: Optional[str] = None,
        status: Optional[str] = None,
        url: Optional[str] = None,
        url_regex: Optional[str] = None,
        user_name_template: Optional[str] = None,
        user_name_template_push_status: Optional[str] = None,
        user_name_template_suffix: Optional[str] = None,
        user_name_template_type: Optional[str] = None,
        username_selector: Optional[str] = None) -> ThreeFieldfunc GetThreeField(ctx *Context, name string, id IDInput, state *ThreeFieldState, opts ...ResourceOption) (*ThreeField, error)public static ThreeField Get(string name, Input<string> id, ThreeFieldState? state, CustomResourceOptions? opts = null)public static ThreeField get(String name, Output<String> id, ThreeFieldState state, CustomResourceOptions options)resources:  _:    type: okta:app:ThreeField    get:      id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- AccessibilityError stringRedirect Url 
- Custom error page URL
- AccessibilityLogin stringRedirect Url 
- Custom login page URL
- AccessibilitySelf boolService 
- Enable self service. Default is false
- AdminNote string
- Application notes for admins.
- AppLinks stringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- AutoSubmit boolToolbar 
- Display auto submit toolbar
- string
- Login button field CSS selector
- CredentialsScheme string
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- EnduserNote string
- Application notes for end users.
- ExtraField stringSelector 
- Extra field CSS selector
- ExtraField stringValue 
- Value for extra form field
- HideIos bool
- Do not display application icon on mobile app
- HideWeb bool
- Do not display application icon to users
- Label string
- The Application's display name.
- Logo string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- LogoUrl string
- URL of the application's logo
- Name string
- Name of the app.
- PasswordSelector string
- Login password field CSS selector
- RevealPassword bool
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- SignOn stringMode 
- Sign on mode of application.
- Status string
- Status of application. By default, it is ACTIVE
- Url string
- Login URL
- UrlRegex string
- A regex that further restricts URL to the specified regex
- UserName stringTemplate 
- Username template. Default: ${source.login}
- UserName stringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- UserName stringTemplate Suffix 
- Username template suffix
- UserName stringTemplate Type 
- Username template type. Default: BUILT_IN
- UsernameSelector string
- Login username field CSS selector
- AccessibilityError stringRedirect Url 
- Custom error page URL
- AccessibilityLogin stringRedirect Url 
- Custom login page URL
- AccessibilitySelf boolService 
- Enable self service. Default is false
- AdminNote string
- Application notes for admins.
- AppLinks stringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- AutoSubmit boolToolbar 
- Display auto submit toolbar
- string
- Login button field CSS selector
- CredentialsScheme string
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- EnduserNote string
- Application notes for end users.
- ExtraField stringSelector 
- Extra field CSS selector
- ExtraField stringValue 
- Value for extra form field
- HideIos bool
- Do not display application icon on mobile app
- HideWeb bool
- Do not display application icon to users
- Label string
- The Application's display name.
- Logo string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- LogoUrl string
- URL of the application's logo
- Name string
- Name of the app.
- PasswordSelector string
- Login password field CSS selector
- RevealPassword bool
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- SignOn stringMode 
- Sign on mode of application.
- Status string
- Status of application. By default, it is ACTIVE
- Url string
- Login URL
- UrlRegex string
- A regex that further restricts URL to the specified regex
- UserName stringTemplate 
- Username template. Default: ${source.login}
- UserName stringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- UserName stringTemplate Suffix 
- Username template suffix
- UserName stringTemplate Type 
- Username template type. Default: BUILT_IN
- UsernameSelector string
- Login username field CSS selector
- accessibilityError StringRedirect Url 
- Custom error page URL
- accessibilityLogin StringRedirect Url 
- Custom login page URL
- accessibilitySelf BooleanService 
- Enable self service. Default is false
- adminNote String
- Application notes for admins.
- appLinks StringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- autoSubmit BooleanToolbar 
- Display auto submit toolbar
- String
- Login button field CSS selector
- credentialsScheme String
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduserNote String
- Application notes for end users.
- extraField StringSelector 
- Extra field CSS selector
- extraField StringValue 
- Value for extra form field
- hideIos Boolean
- Do not display application icon on mobile app
- hideWeb Boolean
- Do not display application icon to users
- label String
- The Application's display name.
- logo String
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- logoUrl String
- URL of the application's logo
- name String
- Name of the app.
- passwordSelector String
- Login password field CSS selector
- revealPassword Boolean
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- signOn StringMode 
- Sign on mode of application.
- status String
- Status of application. By default, it is ACTIVE
- url String
- Login URL
- urlRegex String
- A regex that further restricts URL to the specified regex
- userName StringTemplate 
- Username template. Default: ${source.login}
- userName StringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- userName StringTemplate Suffix 
- Username template suffix
- userName StringTemplate Type 
- Username template type. Default: BUILT_IN
- usernameSelector String
- Login username field CSS selector
- accessibilityError stringRedirect Url 
- Custom error page URL
- accessibilityLogin stringRedirect Url 
- Custom login page URL
- accessibilitySelf booleanService 
- Enable self service. Default is false
- adminNote string
- Application notes for admins.
- appLinks stringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- autoSubmit booleanToolbar 
- Display auto submit toolbar
- string
- Login button field CSS selector
- credentialsScheme string
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduserNote string
- Application notes for end users.
- extraField stringSelector 
- Extra field CSS selector
- extraField stringValue 
- Value for extra form field
- hideIos boolean
- Do not display application icon on mobile app
- hideWeb boolean
- Do not display application icon to users
- label string
- The Application's display name.
- logo string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- logoUrl string
- URL of the application's logo
- name string
- Name of the app.
- passwordSelector string
- Login password field CSS selector
- revealPassword boolean
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- signOn stringMode 
- Sign on mode of application.
- status string
- Status of application. By default, it is ACTIVE
- url string
- Login URL
- urlRegex string
- A regex that further restricts URL to the specified regex
- userName stringTemplate 
- Username template. Default: ${source.login}
- userName stringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- userName stringTemplate Suffix 
- Username template suffix
- userName stringTemplate Type 
- Username template type. Default: BUILT_IN
- usernameSelector string
- Login username field CSS selector
- accessibility_error_ strredirect_ url 
- Custom error page URL
- accessibility_login_ strredirect_ url 
- Custom login page URL
- accessibility_self_ boolservice 
- Enable self service. Default is false
- admin_note str
- Application notes for admins.
- app_links_ strjson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- auto_submit_ booltoolbar 
- Display auto submit toolbar
- str
- Login button field CSS selector
- credentials_scheme str
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduser_note str
- Application notes for end users.
- extra_field_ strselector 
- Extra field CSS selector
- extra_field_ strvalue 
- Value for extra form field
- hide_ios bool
- Do not display application icon on mobile app
- hide_web bool
- Do not display application icon to users
- label str
- The Application's display name.
- logo str
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- logo_url str
- URL of the application's logo
- name str
- Name of the app.
- password_selector str
- Login password field CSS selector
- reveal_password bool
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- str
- Shared password, required for certain schemes.
- str
- Shared username, required for certain schemes.
- sign_on_ strmode 
- Sign on mode of application.
- status str
- Status of application. By default, it is ACTIVE
- url str
- Login URL
- url_regex str
- A regex that further restricts URL to the specified regex
- user_name_ strtemplate 
- Username template. Default: ${source.login}
- user_name_ strtemplate_ push_ status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- user_name_ strtemplate_ suffix 
- Username template suffix
- user_name_ strtemplate_ type 
- Username template type. Default: BUILT_IN
- username_selector str
- Login username field CSS selector
- accessibilityError StringRedirect Url 
- Custom error page URL
- accessibilityLogin StringRedirect Url 
- Custom login page URL
- accessibilitySelf BooleanService 
- Enable self service. Default is false
- adminNote String
- Application notes for admins.
- appLinks StringJson 
- Displays specific appLinks for the app. The value for each application link should be boolean.
- autoSubmit BooleanToolbar 
- Display auto submit toolbar
- String
- Login button field CSS selector
- credentialsScheme String
- Application credentials scheme. One of: EDIT_USERNAME_AND_PASSWORD,ADMIN_SETS_CREDENTIALS,EDIT_PASSWORD_ONLY,EXTERNAL_PASSWORD_SYNC, orSHARED_USERNAME_AND_PASSWORD
- enduserNote String
- Application notes for end users.
- extraField StringSelector 
- Extra field CSS selector
- extraField StringValue 
- Value for extra form field
- hideIos Boolean
- Do not display application icon on mobile app
- hideWeb Boolean
- Do not display application icon to users
- label String
- The Application's display name.
- logo String
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- logoUrl String
- URL of the application's logo
- name String
- Name of the app.
- passwordSelector String
- Login password field CSS selector
- revealPassword Boolean
- Allow user to reveal password. It can not be set to trueifcredentials_schemeisADMIN_SETS_CREDENTIALS,SHARED_USERNAME_AND_PASSWORDorEXTERNAL_PASSWORD_SYNC.
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- signOn StringMode 
- Sign on mode of application.
- status String
- Status of application. By default, it is ACTIVE
- url String
- Login URL
- urlRegex String
- A regex that further restricts URL to the specified regex
- userName StringTemplate 
- Username template. Default: ${source.login}
- userName StringTemplate Push Status 
- Push username on update. Valid values: PUSHandDONT_PUSH
- userName StringTemplate Suffix 
- Username template suffix
- userName StringTemplate Type 
- Username template type. Default: BUILT_IN
- usernameSelector String
- Login username field CSS selector
Import
$ pulumi import okta:app/threeField:ThreeField example <app_id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the oktaTerraform Provider.