View source: R/datazone_operations.R
datazone_list_entity_owners | R Documentation |
Lists the entity (domain units) owners.
See https://www.paws-r-sdk.com/docs/datazone_list_entity_owners/ for full documentation.
datazone_list_entity_owners(
domainIdentifier,
entityIdentifier,
entityType,
maxResults = NULL,
nextToken = NULL
)
domainIdentifier |
[required] The ID of the domain where you want to list entity owners. |
entityIdentifier |
[required] The ID of the entity that you want to list. |
entityType |
[required] The type of the entity that you want to list. |
maxResults |
The maximum number of entities to return in a single call to
|
nextToken |
When the number of entities is greater than the default value for the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.