Skip to main content

UpdateAccessProfilesInBulkV1412Response

Properties

NameTypeDescriptionNotes
messageobjectA message describing the error[optional]
}

Example

from sailpoint.access_profiles.models.update_access_profiles_in_bulk_v1412_response import UpdateAccessProfilesInBulkV1412Response

update_access_profiles_in_bulk_v1412_response = UpdateAccessProfilesInBulkV1412Response(
message= API/Feature not enabled for your organization.
)

[Back to top]