Skip to main content

Tenantconfigurationresponse

Tenant-wide Reassignment Configuration settings

Properties

NameTypeDescriptionNotes
audit_detailsAuditdetails[optional]
config_detailsTenantconfigurationdetails[optional]
}

Example

from sailpoint.work_reassignment.models.tenantconfigurationresponse import Tenantconfigurationresponse

tenantconfigurationresponse = Tenantconfigurationresponse(
audit_details=sailpoint.work_reassignment.models.auditdetails.auditdetails(
created = '2022-07-21T11:13:12.345Z',
created_by = sailpoint.work_reassignment.models.identity_2.identity-2(
id = '2c91808380aa05580180aaaaf1940410',
name = 'William Wilson', ),
modified = '2022-07-21T11:13:12.345Z',
modified_by = sailpoint.work_reassignment.models.identity_2.identity-2(
id = '2c91808380aa05580180aaaaf1940410',
name = 'William Wilson', ), ),
config_details=sailpoint.work_reassignment.models.tenantconfigurationdetails.tenantconfigurationdetails(
disabled = True, )
)

[Back to top]