Documentation ¶
Overview ¶
A SaaS account stores the credentials needed to access a SaaS provider. It allows the user to access the services of a SaaS provider through the platform. The available commands are: list create update delete Use "settings saas_accounts --help" on the commandline interface for more information about the available subcommands. SaaS accounts list Lists the SaaS accounts of the account group. Usage: saas_accounts list SaaS account create Creates a new SaaS account. Usage: saas_accounts create (options) Options: --saas_provider_id <saas_provider_id> Identifier of the saas provider --account_data <account_data> A mapping assigning a value to each of the required account data of the SaaS provider SaaS account update Updates an existing SaaS account. Usage: saas_accounts update (options) Options: --id <saas_account_id> Identifier of the SaaS account --saas_provider_id <saas_provider_id> Identifier of the saas provider SaaS account delete This action deletes a SaaS account. Usage: saas_accounts delete (options) Options: --id <saas_account_id> Identifier of the SaaS account
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubCommands ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.