cyera.manage.datastore_owners
External DocumentationTo learn more, visit the Cyera documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cyera.manage.datastore_owners| Parameter | Description |
|---|---|
| Datastore UIDs | Datastore UIDs to remove the owner from. If not provided, will remove the owner from all datastores. |
| The email of the datastore owner to delete. | |
| Owner Type | If set to a specific value (for example, “application-owner”), only ownerships of that type will be deleted. If set to null, will only remove owners with null owner type. If not provided, will remove owners regardless of owner type. |
{
"deletedOwners": [
{
"datastoreOwnerUid": "123e4567-e89b-12d3-a456-426614174000",
"datastoreUid": "123e4567-e89b-12d3-a456-426614174000",
"email": "john.doe@example.com",
"ownerType": "application-owner"
}
]
}
Was this page helpful?