okta.deprecated.AuthLoginApp
Deprecated:
Deprecated. Use app.AutoLogin instead. This resource will be removed in version 4.0 of this provider.
Create AuthLoginApp Resource
new AuthLoginApp(name: string, args: AuthLoginAppArgs, opts?: CustomResourceOptions);
@overload
def AuthLoginApp(resource_name: 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,
groups: Optional[Sequence[str]] = None,
hide_ios: Optional[bool] = None,
hide_web: Optional[bool] = None,
label: Optional[str] = None,
logo: 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_redirect_url: Optional[str] = None,
sign_on_url: Optional[str] = None,
skip_groups: Optional[bool] = None,
skip_users: Optional[bool] = 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,
users: Optional[Sequence[AuthLoginAppUserArgs]] = None)
@overload
def AuthLoginApp(resource_name: str,
args: AuthLoginAppArgs,
opts: Optional[ResourceOptions] = None)
func NewAuthLoginApp(ctx *Context, name string, args AuthLoginAppArgs, opts ...ResourceOption) (*AuthLoginApp, error)
public AuthLoginApp(string name, AuthLoginAppArgs args, CustomResourceOptions? opts = null)
public AuthLoginApp(String name, AuthLoginAppArgs args)
public AuthLoginApp(String name, AuthLoginAppArgs args, CustomResourceOptions options)
type: okta:deprecated:AuthLoginApp
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthLoginAppArgs
- 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 AuthLoginAppArgs
- 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 AuthLoginAppArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AuthLoginAppArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AuthLoginAppArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AuthLoginApp Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AuthLoginApp resource accepts the following input properties:
- Label string
Pretty name of app.
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- App
Settings stringJson Application settings in JSON format
- Auto
Submit boolToolbar Display auto submit toolbar
- Credentials
Scheme string Application credentials scheme
- Enduser
Note string Application notes for end users.
- Groups List<string>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Logo string
Local path to logo of the application.
- Preconfigured
App string Preconfigured app name
- Reveal
Password bool Allow user to reveal password
- 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
- Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- User
Name stringTemplate Username template
- User
Name stringTemplate Push Status Push username on update
- User
Name stringTemplate Suffix Username template suffix
- User
Name stringTemplate Type Username template type
- Users
List<Auth
Login App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- Label string
Pretty name of app.
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- App
Settings stringJson Application settings in JSON format
- Auto
Submit boolToolbar Display auto submit toolbar
- Credentials
Scheme string Application credentials scheme
- Enduser
Note string Application notes for end users.
- Groups []string
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Logo string
Local path to logo of the application.
- Preconfigured
App string Preconfigured app name
- Reveal
Password bool Allow user to reveal password
- 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
- Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- User
Name stringTemplate Username template
- User
Name stringTemplate Push Status Push username on update
- User
Name stringTemplate Suffix Username template suffix
- User
Name stringTemplate Type Username template type
- Users
[]Auth
Login App User Args Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label String
Pretty name of app.
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- app
Settings StringJson Application settings in JSON format
- auto
Submit BooleanToolbar Display auto submit toolbar
- credentials
Scheme String Application credentials scheme
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios Boolean Do not display application icon on mobile app
- hide
Web Boolean Do not display application icon to users
- logo String
Local path to logo of the application.
- preconfigured
App String Preconfigured app name
- reveal
Password Boolean Allow user to reveal password
- 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
- skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- user
Name StringTemplate Username template
- user
Name StringTemplate Push Status Push username on update
- user
Name StringTemplate Suffix Username template suffix
- user
Name StringTemplate Type Username template type
- users
List<Auth
Login App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label string
Pretty name of app.
- accessibility
Error stringRedirect Url Custom error page URL
- accessibility
Login stringRedirect Url Custom login page URL
- accessibility
Self booleanService Enable self service
- admin
Note string Application notes for admins.
- app
Links stringJson Displays specific appLinks for the app
- app
Settings stringJson Application settings in JSON format
- auto
Submit booleanToolbar Display auto submit toolbar
- credentials
Scheme string Application credentials scheme
- enduser
Note string Application notes for end users.
- groups string[]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- logo string
Local path to logo of the application.
- preconfigured
App string Preconfigured app name
- reveal
Password boolean Allow user to reveal password
- 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
- skip
Groups boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status string
Status of application.
- user
Name stringTemplate Username template
- user
Name stringTemplate Push Status Push username on update
- user
Name stringTemplate Suffix Username template suffix
- user
Name stringTemplate Type Username template type
- users
Auth
Login App User Args[] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label str
Pretty name of app.
- accessibility_
error_ strredirect_ url Custom error page URL
- accessibility_
login_ strredirect_ url Custom login page URL
- accessibility_
self_ boolservice Enable self service
- admin_
note str Application notes for admins.
- app_
links_ strjson Displays specific appLinks for the app
- app_
settings_ strjson Application settings in JSON format
- auto_
submit_ booltoolbar Display auto submit toolbar
- credentials_
scheme str Application credentials scheme
- enduser_
note str Application notes for end users.
- groups Sequence[str]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide_
ios bool Do not display application icon on mobile app
- hide_
web bool Do not display application icon to users
- logo str
Local path to logo of the application.
- preconfigured_
app str Preconfigured app name
- reveal_
password bool Allow user to reveal password
- 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
- skip_
groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip_
users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status str
Status of application.
- user_
name_ strtemplate Username template
- user_
name_ strtemplate_ push_ status Push username on update
- user_
name_ strtemplate_ suffix Username template suffix
- user_
name_ strtemplate_ type Username template type
- users
Sequence[Auth
Login App User Args] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- label String
Pretty name of app.
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- app
Settings StringJson Application settings in JSON format
- auto
Submit BooleanToolbar Display auto submit toolbar
- credentials
Scheme String Application credentials scheme
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios Boolean Do not display application icon on mobile app
- hide
Web Boolean Do not display application icon to users
- logo String
Local path to logo of the application.
- preconfigured
App String Preconfigured app name
- reveal
Password Boolean Allow user to reveal password
- 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
- skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- user
Name StringTemplate Username template
- user
Name StringTemplate Push Status Push username on update
- user
Name StringTemplate Suffix Username template suffix
- user
Name StringTemplate Type Username template type
- users List<Property Map>
Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
Outputs
All input properties are implicitly available as output properties. Additionally, the AuthLoginApp 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 AuthLoginApp Resource
Get an existing AuthLoginApp 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?: AuthLoginAppState, opts?: CustomResourceOptions): AuthLoginApp
@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,
groups: Optional[Sequence[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,
skip_groups: Optional[bool] = None,
skip_users: Optional[bool] = 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,
users: Optional[Sequence[AuthLoginAppUserArgs]] = None) -> AuthLoginApp
func GetAuthLoginApp(ctx *Context, name string, id IDInput, state *AuthLoginAppState, opts ...ResourceOption) (*AuthLoginApp, error)
public static AuthLoginApp Get(string name, Input<string> id, AuthLoginAppState? state, CustomResourceOptions? opts = null)
public static AuthLoginApp get(String name, Output<String> id, AuthLoginAppState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- App
Settings stringJson Application settings in JSON format
- Auto
Submit boolToolbar Display auto submit toolbar
- Credentials
Scheme string Application credentials scheme
- Enduser
Note string Application notes for end users.
- Groups List<string>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Label string
Pretty name of app.
- Logo string
Local path to logo of the application.
- Logo
Url string URL of the application's logo
- Name string
Name of the app.
- Preconfigured
App string Preconfigured app name
- Reveal
Password bool Allow user to reveal password
- 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
- Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- User
Name stringTemplate Username template
- User
Name stringTemplate Push Status Push username on update
- User
Name stringTemplate Suffix Username template suffix
- User
Name stringTemplate Type Username template type
- Users
List<Auth
Login App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- Accessibility
Error stringRedirect Url Custom error page URL
- Accessibility
Login stringRedirect Url Custom login page URL
- Accessibility
Self boolService Enable self service
- Admin
Note string Application notes for admins.
- App
Links stringJson Displays specific appLinks for the app
- App
Settings stringJson Application settings in JSON format
- Auto
Submit boolToolbar Display auto submit toolbar
- Credentials
Scheme string Application credentials scheme
- Enduser
Note string Application notes for end users.
- Groups []string
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- Hide
Ios bool Do not display application icon on mobile app
- Hide
Web bool Do not display application icon to users
- Label string
Pretty name of app.
- Logo string
Local path to logo of the application.
- Logo
Url string URL of the application's logo
- Name string
Name of the app.
- Preconfigured
App string Preconfigured app name
- Reveal
Password bool Allow user to reveal password
- 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
- Skip
Groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- Skip
Users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- Status string
Status of application.
- User
Name stringTemplate Username template
- User
Name stringTemplate Push Status Push username on update
- User
Name stringTemplate Suffix Username template suffix
- User
Name stringTemplate Type Username template type
- Users
[]Auth
Login App User Args Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- app
Settings StringJson Application settings in JSON format
- auto
Submit BooleanToolbar Display auto submit toolbar
- credentials
Scheme String Application credentials scheme
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios Boolean Do not display application icon on mobile app
- hide
Web Boolean Do not display application icon to users
- label String
Pretty name of app.
- logo String
Local path to logo of the application.
- logo
Url String URL of the application's logo
- name String
Name of the app.
- preconfigured
App String Preconfigured app name
- reveal
Password Boolean Allow user to reveal password
- 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
- skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- user
Name StringTemplate Username template
- user
Name StringTemplate Push Status Push username on update
- user
Name StringTemplate Suffix Username template suffix
- user
Name StringTemplate Type Username template type
- users
List<Auth
Login App User Args> Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility
Error stringRedirect Url Custom error page URL
- accessibility
Login stringRedirect Url Custom login page URL
- accessibility
Self booleanService Enable self service
- admin
Note string Application notes for admins.
- app
Links stringJson Displays specific appLinks for the app
- app
Settings stringJson Application settings in JSON format
- auto
Submit booleanToolbar Display auto submit toolbar
- credentials
Scheme string Application credentials scheme
- enduser
Note string Application notes for end users.
- groups string[]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios boolean Do not display application icon on mobile app
- hide
Web boolean Do not display application icon to users
- label string
Pretty name of app.
- logo string
Local path to logo of the application.
- logo
Url string URL of the application's logo
- name string
Name of the app.
- preconfigured
App string Preconfigured app name
- reveal
Password boolean Allow user to reveal password
- 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
- skip
Groups boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status string
Status of application.
- user
Name stringTemplate Username template
- user
Name stringTemplate Push Status Push username on update
- user
Name stringTemplate Suffix Username template suffix
- user
Name stringTemplate Type Username template type
- users
Auth
Login App User Args[] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility_
error_ strredirect_ url Custom error page URL
- accessibility_
login_ strredirect_ url Custom login page URL
- accessibility_
self_ boolservice Enable self service
- admin_
note str Application notes for admins.
- app_
links_ strjson Displays specific appLinks for the app
- app_
settings_ strjson Application settings in JSON format
- auto_
submit_ booltoolbar Display auto submit toolbar
- credentials_
scheme str Application credentials scheme
- enduser_
note str Application notes for end users.
- groups Sequence[str]
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide_
ios bool Do not display application icon on mobile app
- hide_
web bool Do not display application icon to users
- label str
Pretty name of app.
- logo str
Local path to logo of the application.
- logo_
url str URL of the application's logo
- name str
Name of the app.
- preconfigured_
app str Preconfigured app name
- reveal_
password bool Allow user to reveal password
- 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
- skip_
groups bool Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip_
users bool Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status str
Status of application.
- user_
name_ strtemplate Username template
- user_
name_ strtemplate_ push_ status Push username on update
- user_
name_ strtemplate_ suffix Username template suffix
- user_
name_ strtemplate_ type Username template type
- users
Sequence[Auth
Login App User Args] Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
- accessibility
Error StringRedirect Url Custom error page URL
- accessibility
Login StringRedirect Url Custom login page URL
- accessibility
Self BooleanService Enable self service
- admin
Note String Application notes for admins.
- app
Links StringJson Displays specific appLinks for the app
- app
Settings StringJson Application settings in JSON format
- auto
Submit BooleanToolbar Display auto submit toolbar
- credentials
Scheme String Application credentials scheme
- enduser
Note String Application notes for end users.
- groups List<String>
Groups associated with the application
The direct configuration of groups in this app resource is deprecated, please ensure you use the resource
okta_app_group_assignments
for this functionality.- hide
Ios Boolean Do not display application icon on mobile app
- hide
Web Boolean Do not display application icon to users
- label String
Pretty name of app.
- logo String
Local path to logo of the application.
- logo
Url String URL of the application's logo
- name String
Name of the app.
- preconfigured
App String Preconfigured app name
- reveal
Password Boolean Allow user to reveal password
- 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
- skip
Groups Boolean Ignore groups sync. This is a temporary solution until 'groups' field is supported in all the app-like resources
- skip
Users Boolean Ignore users sync. This is a temporary solution until 'users' field is supported in all the app-like resources
- status String
Status of application.
- user
Name StringTemplate Username template
- user
Name StringTemplate Push Status Push username on update
- user
Name StringTemplate Suffix Username template suffix
- user
Name StringTemplate Type Username template type
- users List<Property Map>
Users associated with the application
The direct configuration of users in this app resource is deprecated, please ensure you use the resource
okta_app_user
for this functionality.
Supporting Types
AuthLoginAppUser
Package Details
- Repository
- Okta pulumi/pulumi-okta
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
okta
Terraform Provider.