Skip to main content
Assign multiple owners to specified datastores. Required Permission:
  • cyera.manage.datastore_owners
External DocumentationTo learn more, visit the Cyera documentation.

Parameters

ParameterDescription
Assignment DetailsA list of objects, each representing assignment details, including the owner’s email, ownership type, and the datastore UID they are being assigned to.

Example:
[
{
“email”: “john.doe@example.com”,
“ownerType”: “application-owner”,
“datastoreUid”: “02e98ba7-92d8-4107-b7bf-13fc301aa874”
},
{
“email”: “david.smith@example.com”,
“ownerType”: “application-owner”,
“datastoreUid”: “02e98ba7-92d8-4107-b7bf-13fc301aa875”
}
]

Workflow Library Example

Assign Datastore Owners with Cyera and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop