datazone_add_entity_owner: Adds the owner of an entity (a domain unit)

View source: R/datazone_operations.R

datazone_add_entity_ownerR Documentation

Adds the owner of an entity (a domain unit)

Description

Adds the owner of an entity (a domain unit).

See https://www.paws-r-sdk.com/docs/datazone_add_entity_owner/ for full documentation.

Usage

datazone_add_entity_owner(
  clientToken = NULL,
  domainIdentifier,
  entityIdentifier,
  entityType,
  owner
)

Arguments

clientToken

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

domainIdentifier

[required] The ID of the domain in which you want to add the entity owner.

entityIdentifier

[required] The ID of the entity to which you want to add an owner.

entityType

[required] The type of an entity.

owner

[required] The owner that you want to add to the entity.


paws.analytics documentation built on April 3, 2025, 11:10 p.m.