Skip to main content

TenantConfigurationRequest

Tenant-wide Reassignment Configuration settings

Properties

NameTypeDescriptionNotes
config_detailsTenantConfigurationDetails[optional]
}

Example

from sailpoint.beta.models.tenant_configuration_request import TenantConfigurationRequest

tenant_configuration_request = TenantConfigurationRequest(
config_details=sailpoint.beta.models.tenant_configuration_details.TenantConfigurationDetails(
disabled = True, )
)

[Back to top]