paws.security.identity (version 0.5.0)

clouddirectory_add_facet_to_object: 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.