Skip to main content

Tenant

Information returned about a tenant of a service provider.

Properties

NameTypeDescriptionNotes
authenticationAccountBooleanA flag indicating if this tenant is an authentication account.
companyNameStringThe name of the company that owns this tenant.
contractModeContractModeEnumThe contract mode of a tenant, allowable values = 'PRODUCTION', 'TRIAL', example='TRIAL'.[optional]
hostnameStringThe hostname of the tenant.
idStringThe UUID of this tenant within the service provider.
issuanceAccountBooleanA flag indicating if this tenant is an issuance account.
lockedBooleanA flag indicating if this tenant has been locked.
previousHostnameStringThe previous hostname of the tenant.[optional]
serviceProviderBooleanA flag indicating if this child tenant is a service provider.
spIdpBooleanA flag indicating if this tenant is enabled for tenant management authentication.

ContractModeEnum

NameValue
PRODUCTION"PRODUCTION"
TRIAL"TRIAL"
UNKNOWN"UNKNOWN"