Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
EditOrganizationSystemAccountsIdp
Organizational system accounts to be updated
Parameters
Name Type Description

description

String

Minimum size: 0  Maximum size: 4096

The description

domains

Set(String)

Not null
Default value: new HashSet<>()

List of domains

identityProviderId

Integer

Required
Not null

The provider id

orgSystemAccounts

Set(String)

Not null
Default value: new HashSet<>()

List of system account to use

publicKey

String

Minimum size: 0  Maximum size: 2000

The public key to use

signingAlgorithm

SigningAlgorithm

Not null
Default value: RSA

Possible values: [RSA, DSA].

updateDomainsAndOrgSystemAccounts

boolean

Default value: false

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