IdentitiesAccountsBulkRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
identity_ids | []str | The ids of the identities for which enable/disable accounts. | [optional] |
} |
Example
from sailpoint.v2024.models.identities_accounts_bulk_request import IdentitiesAccountsBulkRequest
identities_accounts_bulk_request = IdentitiesAccountsBulkRequest(
identity_ids=[2c91808384203c2d018437e631158308, 2c9180858082150f0180893dbaf553fe]
)