clouddirectory_add_facet_to_object: Adds a new Facet to an object

View source: R/clouddirectory_operations.R

clouddirectory_add_facet_to_objectR Documentation

Adds a new Facet to an object

Description

Adds a new Facet to an object. An object can have more than one facet applied on it.

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

Usage

clouddirectory_add_facet_to_object(
  DirectoryArn,
  SchemaFacet,
  ObjectAttributeList = NULL,
  ObjectReference
)

Arguments

DirectoryArn

[required] The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

SchemaFacet

[required] Identifiers for the facet that you are adding to the object. See SchemaFacet for details.

ObjectAttributeList

Attributes on the facet that you are adding to the object.

ObjectReference

[required] A reference to the object you are adding the specified facet to.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.