Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
AddOrganizationSystemAccountsIdp
Add multiple new system accounts.
Parameters
Name Type Description

description

String

Minimum size: 0  Maximum size: 4096

domains

Set(String)

Not null
Default value: new HashSet<>()

Names of the domain to use

orgSystemAccounts

Set(String)

Not null
Default value: new HashSet<>()

Names of the system accounts to get or create

publicKey

String

Required
Not null
Minimum size: 0  Maximum size: 2000

The public key to use

signingAlgorithm

SigningAlgorithm

Not null
Default value: RSA

Possible values: [RSA, DSA].

Json Format
{
publicKey: String,
orgSystemAccounts: Set(String),
domains: Set(String),
description: String,
signingAlgorithm: SigningAlgorithm
}