okta.app.AutoLogin
Explore with Pulumi AI
This resource allows you to create and configure an Auto Login Okta 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.
Create AutoLogin Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AutoLogin(name: string, args: AutoLoginArgs, opts?: CustomResourceOptions);
@overload
def AutoLogin(resource_name: str,
args: AutoLoginArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AutoLogin(resource_name: str,
opts: Optional[ResourceOptions] = None,
label: Optional[str] = None,
logo: Optional[str] = None,
user_name_template_type: Optional[str] = None,
accessibility_login_redirect_url: Optional[str] = None,
app_links_json: Optional[str] = None,
app_settings_json: Optional[str] = None,
auto_submit_toolbar: Optional[bool] = None,
credentials_scheme: Optional[str] = None,
enduser_note: Optional[str] = None,
hide_ios: Optional[bool] = None,
preconfigured_app: Optional[str] = None,
admin_note: Optional[str] = None,
accessibility_self_service: Optional[bool] = None,
hide_web: Optional[bool] = None,
reveal_password: Optional[bool] = None,
shared_password: Optional[str] = None,
shared_username: Optional[str] = None,
sign_on_redirect_url: Optional[str] = None,
sign_on_url: Optional[str] = None,
status: Optional[str] = None,
user_name_template: Optional[str] = None,
user_name_template_push_status: Optional[str] = None,
user_name_template_suffix: Optional[str] = None,
accessibility_error_redirect_url: Optional[str] = None)
func NewAutoLogin(ctx *Context, name string, args AutoLoginArgs, opts ...ResourceOption) (*AutoLogin, error)
public AutoLogin(string name, AutoLoginArgs args, CustomResourceOptions? opts = null)
public AutoLogin(String name, AutoLoginArgs args)
public AutoLogin(String name, AutoLoginArgs args, CustomResourceOptions options)
type: okta:app:AutoLogin
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 AutoLoginArgs
- 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 AutoLoginArgs
- 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 AutoLoginArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutoLoginArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AutoLoginArgs
- 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 autoLoginResource = new Okta.App.AutoLogin("autoLoginResource", new()
{
Label = "string",
Logo = "string",
UserNameTemplateType = "string",
AccessibilityLoginRedirectUrl = "string",
AppLinksJson = "string",
AppSettingsJson = "string",
AutoSubmitToolbar = false,
CredentialsScheme = "string",
EnduserNote = "string",
HideIos = false,
PreconfiguredApp = "string",
AdminNote = "string",
AccessibilitySelfService = false,
HideWeb = false,
RevealPassword = false,
SharedPassword = "string",
SharedUsername = "string",
SignOnRedirectUrl = "string",
SignOnUrl = "string",
Status = "string",
UserNameTemplate = "string",
UserNameTemplatePushStatus = "string",
UserNameTemplateSuffix = "string",
AccessibilityErrorRedirectUrl = "string",
});
example, err := app.NewAutoLogin(ctx, "autoLoginResource", &app.AutoLoginArgs{
Label: pulumi.String("string"),
Logo: pulumi.String("string"),
UserNameTemplateType: pulumi.String("string"),
AccessibilityLoginRedirectUrl: pulumi.String("string"),
AppLinksJson: pulumi.String("string"),
AppSettingsJson: pulumi.String("string"),
AutoSubmitToolbar: pulumi.Bool(false),
CredentialsScheme: pulumi.String("string"),
EnduserNote: pulumi.String("string"),
HideIos: pulumi.Bool(false),
PreconfiguredApp: pulumi.String("string"),
AdminNote: pulumi.String("string"),
AccessibilitySelfService: pulumi.Bool(false),
HideWeb: pulumi.Bool(false),
RevealPassword: pulumi.Bool(false),
SharedPassword: pulumi.String("string"),
SharedUsername: pulumi.String("string"),
SignOnRedirectUrl: pulumi.String("string"),
SignOnUrl: pulumi.String("string"),
Status: pulumi.String("string"),
UserNameTemplate: pulumi.String("string"),
UserNameTemplatePushStatus: pulumi.String("string"),
UserNameTemplateSuffix: pulumi.String("string"),
AccessibilityErrorRedirectUrl: pulumi.String("string"),
})
var autoLoginResource = new AutoLogin("autoLoginResource", AutoLoginArgs.builder()
.label("string")
.logo("string")
.userNameTemplateType("string")
.accessibilityLoginRedirectUrl("string")
.appLinksJson("string")
.appSettingsJson("string")
.autoSubmitToolbar(false)
.credentialsScheme("string")
.enduserNote("string")
.hideIos(false)
.preconfiguredApp("string")
.adminNote("string")
.accessibilitySelfService(false)
.hideWeb(false)
.revealPassword(false)
.sharedPassword("string")
.sharedUsername("string")
.signOnRedirectUrl("string")
.signOnUrl("string")
.status("string")
.userNameTemplate("string")
.userNameTemplatePushStatus("string")
.userNameTemplateSuffix("string")
.accessibilityErrorRedirectUrl("string")
.build());
auto_login_resource = okta.app.AutoLogin("autoLoginResource",
label="string",
logo="string",
user_name_template_type="string",
accessibility_login_redirect_url="string",
app_links_json="string",
app_settings_json="string",
auto_submit_toolbar=False,
credentials_scheme="string",
enduser_note="string",
hide_ios=False,
preconfigured_app="string",
admin_note="string",
accessibility_self_service=False,
hide_web=False,
reveal_password=False,
shared_password="string",
shared_username="string",
sign_on_redirect_url="string",
sign_on_url="string",
status="string",
user_name_template="string",
user_name_template_push_status="string",
user_name_template_suffix="string",
accessibility_error_redirect_url="string")
const autoLoginResource = new okta.app.AutoLogin("autoLoginResource", {
label: "string",
logo: "string",
userNameTemplateType: "string",
accessibilityLoginRedirectUrl: "string",
appLinksJson: "string",
appSettingsJson: "string",
autoSubmitToolbar: false,
credentialsScheme: "string",
enduserNote: "string",
hideIos: false,
preconfiguredApp: "string",
adminNote: "string",
accessibilitySelfService: false,
hideWeb: false,
revealPassword: false,
sharedPassword: "string",
sharedUsername: "string",
signOnRedirectUrl: "string",
signOnUrl: "string",
status: "string",
userNameTemplate: "string",
userNameTemplatePushStatus: "string",
userNameTemplateSuffix: "string",
accessibilityErrorRedirectUrl: "string",
});
type: okta:app:AutoLogin
properties:
accessibilityErrorRedirectUrl: string
accessibilityLoginRedirectUrl: string
accessibilitySelfService: false
adminNote: string
appLinksJson: string
appSettingsJson: string
autoSubmitToolbar: false
credentialsScheme: string
enduserNote: string
hideIos: false
hideWeb: false
label: string
logo: string
preconfiguredApp: string
revealPassword: false
sharedPassword: string
sharedUsername: string
signOnRedirectUrl: string
signOnUrl: string
status: string
userNameTemplate: string
userNameTemplatePushStatus: string
userNameTemplateSuffix: string
userNameTemplateType: string
AutoLogin 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 AutoLogin resource accepts the following input properties:
- Label string
- The Application's display name.
- Accessibility
Error stringRedirect Url - Custom error page URL
- Accessibility
Login stringRedirect Url - Custom login page URL
- Accessibility
Self boolService - Enable self service. Default is
false
- Admin
Note string - Application notes for admins.
- App
Links stringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- App
Settings stringJson - Application settings in JSON format
- Auto
Submit boolToolbar - Display auto submit toolbar
- Credentials
Scheme string - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- Enduser
Note string - 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 string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- Preconfigured
App string - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- Reveal
Password bool - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- Sign
On stringRedirect Url - Post login redirect URL
- Sign
On stringUrl - Login URL
- Status string
- Status of application. By default, it is
ACTIVE
- User
Name stringTemplate - Username template. Default:
${source.login}
- User
Name stringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- User
Name stringTemplate Suffix - Username template suffix
- User
Name stringTemplate Type - Username template type. Default:
BUILT_IN
- Label string
- The Application's display name.
- Accessibility
Error stringRedirect Url - Custom error page URL
- Accessibility
Login stringRedirect Url - Custom login page URL
- Accessibility
Self boolService - Enable self service. Default is
false
- Admin
Note string - Application notes for admins.
- App
Links stringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- App
Settings stringJson - Application settings in JSON format
- Auto
Submit boolToolbar - Display auto submit toolbar
- Credentials
Scheme string - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- Enduser
Note string - 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 string
- Local file path to the logo. The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
- Preconfigured
App string - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- Reveal
Password bool - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- Sign
On stringRedirect Url - Post login redirect URL
- Sign
On stringUrl - Login URL
- Status string
- Status of application. By default, it is
ACTIVE
- User
Name stringTemplate - Username template. Default:
${source.login}
- User
Name stringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- User
Name stringTemplate Suffix - Username template suffix
- User
Name stringTemplate Type - Username template type. Default:
BUILT_IN
- label String
- The Application's display name.
- accessibility
Error StringRedirect Url - Custom error page URL
- accessibility
Login StringRedirect Url - Custom login page URL
- accessibility
Self BooleanService - Enable self service. Default is
false
- admin
Note String - Application notes for admins.
- app
Links StringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- app
Settings StringJson - Application settings in JSON format
- auto
Submit BooleanToolbar - Display auto submit toolbar
- credentials
Scheme String - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- enduser
Note String - Application notes for end users.
- hide
Ios Boolean - Do not display application icon on mobile app
- hide
Web 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.
- preconfigured
App String - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal
Password Boolean - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- sign
On StringRedirect Url - Post login redirect URL
- sign
On StringUrl - Login URL
- status String
- Status of application. By default, it is
ACTIVE
- user
Name StringTemplate - Username template. Default:
${source.login}
- user
Name StringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user
Name StringTemplate Suffix - Username template suffix
- user
Name StringTemplate Type - Username template type. Default:
BUILT_IN
- label string
- The Application's display name.
- accessibility
Error stringRedirect Url - Custom error page URL
- accessibility
Login stringRedirect Url - Custom login page URL
- accessibility
Self booleanService - Enable self service. Default is
false
- admin
Note string - Application notes for admins.
- app
Links stringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- app
Settings stringJson - Application settings in JSON format
- auto
Submit booleanToolbar - Display auto submit toolbar
- credentials
Scheme string - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- enduser
Note string - Application notes for end users.
- hide
Ios boolean - Do not display application icon on mobile app
- hide
Web 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.
- preconfigured
App string - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal
Password boolean - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- sign
On stringRedirect Url - Post login redirect URL
- sign
On stringUrl - Login URL
- status string
- Status of application. By default, it is
ACTIVE
- user
Name stringTemplate - Username template. Default:
${source.login}
- user
Name stringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user
Name stringTemplate Suffix - Username template suffix
- user
Name stringTemplate Type - Username template type. Default:
BUILT_IN
- label str
- The Application's display name.
- 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.
- app_
settings_ strjson - Application settings in JSON format
- 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.
- preconfigured_
app str - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal_
password bool - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- str
- Shared password, required for certain schemes.
- str
- Shared username, required for certain schemes.
- sign_
on_ strredirect_ url - Post login redirect URL
- sign_
on_ strurl - Login URL
- status str
- Status of application. By default, it is
ACTIVE
- user_
name_ strtemplate - Username template. Default:
${source.login}
- user_
name_ strtemplate_ push_ status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user_
name_ strtemplate_ suffix - Username template suffix
- user_
name_ strtemplate_ type - Username template type. Default:
BUILT_IN
- label String
- The Application's display name.
- accessibility
Error StringRedirect Url - Custom error page URL
- accessibility
Login StringRedirect Url - Custom login page URL
- accessibility
Self BooleanService - Enable self service. Default is
false
- admin
Note String - Application notes for admins.
- app
Links StringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- app
Settings StringJson - Application settings in JSON format
- auto
Submit BooleanToolbar - Display auto submit toolbar
- credentials
Scheme String - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- enduser
Note String - Application notes for end users.
- hide
Ios Boolean - Do not display application icon on mobile app
- hide
Web 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.
- preconfigured
App String - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal
Password Boolean - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- sign
On StringRedirect Url - Post login redirect URL
- sign
On StringUrl - Login URL
- status String
- Status of application. By default, it is
ACTIVE
- user
Name StringTemplate - Username template. Default:
${source.login}
- user
Name StringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user
Name StringTemplate Suffix - Username template suffix
- user
Name StringTemplate Type - Username template type. Default:
BUILT_IN
Outputs
All input properties are implicitly available as output properties. Additionally, the AutoLogin resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Logo
Url string - URL of the application's logo
- Name string
- Name of the app.
- Sign
On stringMode - Sign on mode of application.
- Id string
- The provider-assigned unique ID for this managed resource.
- Logo
Url string - URL of the application's logo
- Name string
- Name of the app.
- Sign
On stringMode - Sign on mode of application.
- id String
- The provider-assigned unique ID for this managed resource.
- logo
Url String - URL of the application's logo
- name String
- Name of the app.
- sign
On StringMode - Sign on mode of application.
- id string
- The provider-assigned unique ID for this managed resource.
- logo
Url string - URL of the application's logo
- name string
- Name of the app.
- sign
On 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.
- logo
Url String - URL of the application's logo
- name String
- Name of the app.
- sign
On StringMode - Sign on mode of application.
Look up Existing AutoLogin Resource
Get an existing AutoLogin 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?: AutoLoginState, opts?: CustomResourceOptions): AutoLogin
@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,
app_settings_json: Optional[str] = None,
auto_submit_toolbar: Optional[bool] = None,
credentials_scheme: Optional[str] = None,
enduser_note: 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,
preconfigured_app: Optional[str] = None,
reveal_password: Optional[bool] = None,
shared_password: Optional[str] = None,
shared_username: Optional[str] = None,
sign_on_mode: Optional[str] = None,
sign_on_redirect_url: Optional[str] = None,
sign_on_url: Optional[str] = None,
status: 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) -> AutoLogin
func GetAutoLogin(ctx *Context, name string, id IDInput, state *AutoLoginState, opts ...ResourceOption) (*AutoLogin, error)
public static AutoLogin Get(string name, Input<string> id, AutoLoginState? state, CustomResourceOptions? opts = null)
public static AutoLogin get(String name, Output<String> id, AutoLoginState state, CustomResourceOptions options)
resources: _: type: okta:app:AutoLogin 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.
- Accessibility
Error stringRedirect Url - Custom error page URL
- Accessibility
Login stringRedirect Url - Custom login page URL
- Accessibility
Self boolService - Enable self service. Default is
false
- Admin
Note string - Application notes for admins.
- App
Links stringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- App
Settings stringJson - Application settings in JSON format
- Auto
Submit boolToolbar - Display auto submit toolbar
- Credentials
Scheme string - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- Enduser
Note string - 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
- 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.
- Logo
Url string - URL of the application's logo
- Name string
- Name of the app.
- Preconfigured
App string - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- Reveal
Password bool - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- Sign
On stringMode - Sign on mode of application.
- Sign
On stringRedirect Url - Post login redirect URL
- Sign
On stringUrl - Login URL
- Status string
- Status of application. By default, it is
ACTIVE
- User
Name stringTemplate - Username template. Default:
${source.login}
- User
Name stringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- User
Name stringTemplate Suffix - Username template suffix
- User
Name stringTemplate Type - Username template type. Default:
BUILT_IN
- Accessibility
Error stringRedirect Url - Custom error page URL
- Accessibility
Login stringRedirect Url - Custom login page URL
- Accessibility
Self boolService - Enable self service. Default is
false
- Admin
Note string - Application notes for admins.
- App
Links stringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- App
Settings stringJson - Application settings in JSON format
- Auto
Submit boolToolbar - Display auto submit toolbar
- Credentials
Scheme string - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- Enduser
Note string - 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
- 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.
- Logo
Url string - URL of the application's logo
- Name string
- Name of the app.
- Preconfigured
App string - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- Reveal
Password bool - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- Sign
On stringMode - Sign on mode of application.
- Sign
On stringRedirect Url - Post login redirect URL
- Sign
On stringUrl - Login URL
- Status string
- Status of application. By default, it is
ACTIVE
- User
Name stringTemplate - Username template. Default:
${source.login}
- User
Name stringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- User
Name stringTemplate Suffix - Username template suffix
- User
Name stringTemplate Type - Username template type. Default:
BUILT_IN
- accessibility
Error StringRedirect Url - Custom error page URL
- accessibility
Login StringRedirect Url - Custom login page URL
- accessibility
Self BooleanService - Enable self service. Default is
false
- admin
Note String - Application notes for admins.
- app
Links StringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- app
Settings StringJson - Application settings in JSON format
- auto
Submit BooleanToolbar - Display auto submit toolbar
- credentials
Scheme String - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- enduser
Note String - Application notes for end users.
- hide
Ios Boolean - Do not display application icon on mobile app
- hide
Web 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.
- logo
Url String - URL of the application's logo
- name String
- Name of the app.
- preconfigured
App String - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal
Password Boolean - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- sign
On StringMode - Sign on mode of application.
- sign
On StringRedirect Url - Post login redirect URL
- sign
On StringUrl - Login URL
- status String
- Status of application. By default, it is
ACTIVE
- user
Name StringTemplate - Username template. Default:
${source.login}
- user
Name StringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user
Name StringTemplate Suffix - Username template suffix
- user
Name StringTemplate Type - Username template type. Default:
BUILT_IN
- accessibility
Error stringRedirect Url - Custom error page URL
- accessibility
Login stringRedirect Url - Custom login page URL
- accessibility
Self booleanService - Enable self service. Default is
false
- admin
Note string - Application notes for admins.
- app
Links stringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- app
Settings stringJson - Application settings in JSON format
- auto
Submit booleanToolbar - Display auto submit toolbar
- credentials
Scheme string - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- enduser
Note string - Application notes for end users.
- hide
Ios boolean - Do not display application icon on mobile app
- hide
Web 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.
- logo
Url string - URL of the application's logo
- name string
- Name of the app.
- preconfigured
App string - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal
Password boolean - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- string
- Shared password, required for certain schemes.
- string
- Shared username, required for certain schemes.
- sign
On stringMode - Sign on mode of application.
- sign
On stringRedirect Url - Post login redirect URL
- sign
On stringUrl - Login URL
- status string
- Status of application. By default, it is
ACTIVE
- user
Name stringTemplate - Username template. Default:
${source.login}
- user
Name stringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user
Name stringTemplate Suffix - Username template suffix
- user
Name stringTemplate Type - Username template type. Default:
BUILT_IN
- 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.
- app_
settings_ strjson - Application settings in JSON format
- 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
- 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.
- preconfigured_
app str - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal_
password bool - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- str
- Shared password, required for certain schemes.
- str
- Shared username, required for certain schemes.
- sign_
on_ strmode - Sign on mode of application.
- sign_
on_ strredirect_ url - Post login redirect URL
- sign_
on_ strurl - Login URL
- status str
- Status of application. By default, it is
ACTIVE
- user_
name_ strtemplate - Username template. Default:
${source.login}
- user_
name_ strtemplate_ push_ status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user_
name_ strtemplate_ suffix - Username template suffix
- user_
name_ strtemplate_ type - Username template type. Default:
BUILT_IN
- accessibility
Error StringRedirect Url - Custom error page URL
- accessibility
Login StringRedirect Url - Custom login page URL
- accessibility
Self BooleanService - Enable self service. Default is
false
- admin
Note String - Application notes for admins.
- app
Links StringJson - Displays specific appLinks for the app. The value for each application link should be boolean.
- app
Settings StringJson - Application settings in JSON format
- auto
Submit BooleanToolbar - Display auto submit toolbar
- credentials
Scheme String - Application credentials scheme. One of:
EDIT_USERNAME_AND_PASSWORD
,ADMIN_SETS_CREDENTIALS
,EDIT_PASSWORD_ONLY
,EXTERNAL_PASSWORD_SYNC
, orSHARED_USERNAME_AND_PASSWORD
- enduser
Note String - Application notes for end users.
- hide
Ios Boolean - Do not display application icon on mobile app
- hide
Web 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.
- logo
Url String - URL of the application's logo
- name String
- Name of the app.
- preconfigured
App String - Tells Okta to use an existing application in their application catalog, as opposed to a custom application.
- reveal
Password Boolean - Allow user to reveal password. Default is false. It can not be set to true if credentialsscheme is "ADMINSETSCREDENTIALS", "SHAREDUSERNAMEANDPASSWORD" or "EXTERNALPASSWORDSYNC".
- String
- Shared password, required for certain schemes.
- String
- Shared username, required for certain schemes.
- sign
On StringMode - Sign on mode of application.
- sign
On StringRedirect Url - Post login redirect URL
- sign
On StringUrl - Login URL
- status String
- Status of application. By default, it is
ACTIVE
- user
Name StringTemplate - Username template. Default:
${source.login}
- user
Name StringTemplate Push Status - Push username on update. Valid values:
PUSH
andDONT_PUSH
- user
Name StringTemplate Suffix - Username template suffix
- user
Name StringTemplate Type - Username template type. Default:
BUILT_IN
Import
$ pulumi import okta:app/autoLogin:AutoLogin 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
okta
Terraform Provider.