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.
clouddirectory_add_facet_to_object(
DirectoryArn,
SchemaFacet,
ObjectAttributeList = NULL,
ObjectReference
)
[required] The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.
[required] Identifiers for the facet that you are adding to the object. See SchemaFacet for details.
Attributes on the facet that you are adding to the object.
[required] A reference to the object you are adding the specified facet to.