SecurePasswordStoreApp

Create a SecurePasswordStoreApp Resource

def SecurePasswordStoreApp(resource_name, opts=None, accessibility_error_redirect_url=None, accessibility_self_service=None, auto_submit_toolbar=None, credentials_scheme=None, groups=None, hide_ios=None, hide_web=None, label=None, optional_field1=None, optional_field1_value=None, optional_field2=None, optional_field2_value=None, optional_field3=None, optional_field3_value=None, password_field=None, reveal_password=None, shared_password=None, shared_username=None, status=None, url=None, username_field=None, users=None, __props__=None);
name string
The unique name of the resource.
args SecurePasswordStoreAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args SecurePasswordStoreAppArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args SecurePasswordStoreAppArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

SecurePasswordStoreApp Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The SecurePasswordStoreApp resource accepts the following input properties:

Label string

Pretty name of app.

PasswordField string

Login password field

Url string

Login URL

UsernameField string

Login username field

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

Groups List<string>

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

OptionalField1 string

Name of optional param in the login form

OptionalField1Value string

Name of optional value in login form

OptionalField2 string

Name of optional param in the login form

OptionalField2Value string

Name of optional value in login form

OptionalField3 string

Name of optional param in the login form

OptionalField3Value string

Name of optional value in login form

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

Status string

Status of application.

Users List<SecurePasswordStoreAppUserArgs>

Users associated with the application

Label string

Pretty name of app.

PasswordField string

Login password field

Url string

Login URL

UsernameField string

Login username field

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

Groups []string

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

OptionalField1 string

Name of optional param in the login form

OptionalField1Value string

Name of optional value in login form

OptionalField2 string

Name of optional param in the login form

OptionalField2Value string

Name of optional value in login form

OptionalField3 string

Name of optional param in the login form

OptionalField3Value string

Name of optional value in login form

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

Status string

Status of application.

Users []SecurePasswordStoreAppUser

Users associated with the application

label string

Pretty name of app.

passwordField string

Login password field

url string

Login URL

usernameField string

Login username field

accessibilityErrorRedirectUrl string

Custom error page URL

accessibilitySelfService boolean

Enable self service

autoSubmitToolbar boolean

Display auto submit toolbar

credentialsScheme string

Application credentials scheme

groups string[]

Groups associated with the application

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

optionalField1 string

Name of optional param in the login form

optionalField1Value string

Name of optional value in login form

optionalField2 string

Name of optional param in the login form

optionalField2Value string

Name of optional value in login form

optionalField3 string

Name of optional param in the login form

optionalField3Value string

Name of optional value in login form

revealPassword boolean

Allow user to reveal password

sharedPassword string

Shared password, required for certain schemes.

sharedUsername string

Shared username, required for certain schemes.

status string

Status of application.

users SecurePasswordStoreAppUser[]

Users associated with the application

label str

Pretty name of app.

password_field str

Login password field

url str

Login URL

username_field str

Login username field

accessibility_error_redirect_url str

Custom error page URL

accessibility_self_service bool

Enable self service

auto_submit_toolbar bool

Display auto submit toolbar

credentials_scheme str

Application credentials scheme

groups List[str]

Groups associated with the application

hide_ios bool

Do not display application icon on mobile app

hide_web bool

Do not display application icon to users

optional_field1 str

Name of optional param in the login form

optional_field1_value str

Name of optional value in login form

optional_field2 str

Name of optional param in the login form

optional_field2_value str

Name of optional value in login form

optional_field3 str

Name of optional param in the login form

optional_field3_value str

Name of optional value in login form

reveal_password bool

Allow user to reveal password

shared_password str

Shared password, required for certain schemes.

shared_username str

Shared username, required for certain schemes.

status str

Status of application.

users List[SecurePasswordStoreAppUser]

Users associated with the application

Outputs

All input properties are implicitly available as output properties. Additionally, the SecurePasswordStoreApp resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Name string

name of app.

SignOnMode string

Sign on mode of application.

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

Id string
The provider-assigned unique ID for this managed resource.
Name string

name of app.

SignOnMode string

Sign on mode of application.

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

id string
The provider-assigned unique ID for this managed resource.
name string

name of app.

signOnMode string

Sign on mode of application.

userNameTemplate string

Username template

userNameTemplateType string

Username template type

id str
The provider-assigned unique ID for this managed resource.
name str

name of app.

sign_on_mode str

Sign on mode of application.

user_name_template str

Username template

user_name_template_type str

Username template type

Look up an Existing SecurePasswordStoreApp Resource

Get an existing SecurePasswordStoreApp resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

static get(resource_name, id, opts=None, accessibility_error_redirect_url=None, accessibility_self_service=None, auto_submit_toolbar=None, credentials_scheme=None, groups=None, hide_ios=None, hide_web=None, label=None, name=None, optional_field1=None, optional_field1_value=None, optional_field2=None, optional_field2_value=None, optional_field3=None, optional_field3_value=None, password_field=None, reveal_password=None, shared_password=None, shared_username=None, sign_on_mode=None, status=None, url=None, user_name_template=None, user_name_template_type=None, username_field=None, users=None, __props__=None);
func GetSecurePasswordStoreApp(ctx *Context, name string, id IDInput, state *SecurePasswordStoreAppState, opts ...ResourceOption) (*SecurePasswordStoreApp, error)
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.

The following state arguments are supported:

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

Groups List<string>

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Label string

Pretty name of app.

Name string

name of app.

OptionalField1 string

Name of optional param in the login form

OptionalField1Value string

Name of optional value in login form

OptionalField2 string

Name of optional param in the login form

OptionalField2Value string

Name of optional value in login form

OptionalField3 string

Name of optional param in the login form

OptionalField3Value string

Name of optional value in login form

PasswordField string

Login password field

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

SignOnMode string

Sign on mode of application.

Status string

Status of application.

Url string

Login URL

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

UsernameField string

Login username field

Users List<SecurePasswordStoreAppUserArgs>

Users associated with the application

AccessibilityErrorRedirectUrl string

Custom error page URL

AccessibilitySelfService bool

Enable self service

AutoSubmitToolbar bool

Display auto submit toolbar

CredentialsScheme string

Application credentials scheme

Groups []string

Groups associated with the application

HideIos bool

Do not display application icon on mobile app

HideWeb bool

Do not display application icon to users

Label string

Pretty name of app.

Name string

name of app.

OptionalField1 string

Name of optional param in the login form

OptionalField1Value string

Name of optional value in login form

OptionalField2 string

Name of optional param in the login form

OptionalField2Value string

Name of optional value in login form

OptionalField3 string

Name of optional param in the login form

OptionalField3Value string

Name of optional value in login form

PasswordField string

Login password field

RevealPassword bool

Allow user to reveal password

SharedPassword string

Shared password, required for certain schemes.

SharedUsername string

Shared username, required for certain schemes.

SignOnMode string

Sign on mode of application.

Status string

Status of application.

Url string

Login URL

UserNameTemplate string

Username template

UserNameTemplateType string

Username template type

UsernameField string

Login username field

Users []SecurePasswordStoreAppUser

Users associated with the application

accessibilityErrorRedirectUrl string

Custom error page URL

accessibilitySelfService boolean

Enable self service

autoSubmitToolbar boolean

Display auto submit toolbar

credentialsScheme string

Application credentials scheme

groups string[]

Groups associated with the application

hideIos boolean

Do not display application icon on mobile app

hideWeb boolean

Do not display application icon to users

label string

Pretty name of app.

name string

name of app.

optionalField1 string

Name of optional param in the login form

optionalField1Value string

Name of optional value in login form

optionalField2 string

Name of optional param in the login form

optionalField2Value string

Name of optional value in login form

optionalField3 string

Name of optional param in the login form

optionalField3Value string

Name of optional value in login form

passwordField string

Login password field

revealPassword boolean

Allow user to reveal password

sharedPassword string

Shared password, required for certain schemes.

sharedUsername string

Shared username, required for certain schemes.

signOnMode string

Sign on mode of application.

status string

Status of application.

url string

Login URL

userNameTemplate string

Username template

userNameTemplateType string

Username template type

usernameField string

Login username field

users SecurePasswordStoreAppUser[]

Users associated with the application

accessibility_error_redirect_url str

Custom error page URL

accessibility_self_service bool

Enable self service

auto_submit_toolbar bool

Display auto submit toolbar

credentials_scheme str

Application credentials scheme

groups List[str]

Groups associated with the application

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.

name str

name of app.

optional_field1 str

Name of optional param in the login form

optional_field1_value str

Name of optional value in login form

optional_field2 str

Name of optional param in the login form

optional_field2_value str

Name of optional value in login form

optional_field3 str

Name of optional param in the login form

optional_field3_value str

Name of optional value in login form

password_field str

Login password field

reveal_password bool

Allow user to reveal password

shared_password str

Shared password, required for certain schemes.

shared_username str

Shared username, required for certain schemes.

sign_on_mode str

Sign on mode of application.

status str

Status of application.

url str

Login URL

user_name_template str

Username template

user_name_template_type str

Username template type

username_field str

Login username field

users List[SecurePasswordStoreAppUser]

Users associated with the application

Supporting Types

SecurePasswordStoreAppUser

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Id string
Password string
Scope string
Username string
Id string
Password string
Scope string
Username string
id string
password string
scope string
username string
id str
password str
scope str
username str

Package Details

Repository
https://github.com/pulumi/pulumi-okta
License
Apache-2.0
Notes
This Pulumi package is based on the okta Terraform Provider.