Remove Facet From Object
clouddirectory_remove_facet_from_object | R Documentation |
Removes the specified facet from the specified object¶
Description¶
Removes the specified facet from the specified object.
Usage¶
clouddirectory_remove_facet_from_object(DirectoryArn, SchemaFacet,
ObjectReference)
Arguments¶
DirectoryArn |
[required] The ARN of the directory in which the object resides. |
SchemaFacet |
[required] The facet to remove. See SchemaFacet for details. |
ObjectReference |
[required] A reference to the object to remove the facet from. |
Value¶
An empty list.
Request syntax¶
svc$remove_facet_from_object(
DirectoryArn = "string",
SchemaFacet = list(
SchemaArn = "string",
FacetName = "string"
),
ObjectReference = list(
Selector = "string"
)
)