Skip to main content

TenantParms

Parameters passed when creating a tenant.

Properties

NameTypeDescriptionNotes
authenticationAccountBooleanWhen creating a new tenant as a child of the root service provider set this to true if the tenant is to be an authentication service. If not specified, it defaults to true. You cannot set the authenticate and issuance values to both true or both false. A child of a non-root service provider inherits the value of its service provider and if specified, this value is ignored.[optional]
companyCountryStringThe country two-letter code (ISO 3166-1) of the location of the company that will own this account.[optional]
companyNameStringThe name of the company that will own this account. This value is required.
companyStateStringThe province/state two-letter code (postal abbreviation) of the location of the company that will own this account. This value is required for companies in the United States or Canada when the companyCountry attribute is provided.[optional]
domainStringThe domain for this account. This value is required when creating a tenant
issuanceAccountBooleanWhen creating a new tenant as a child of the root service provider set this to true if the tenant is to be an issuance service. If not specified, it defaults to false. You cannot set the authenticate and issuance values to both true or both false. A child of a non-root service provider inherits the value of its service provider and if specified, this value is ignored.[optional]
serviceProviderBooleanWhen creating a new tenant set this to true if the tenant is to be a service provider.[optional]