Update Group
| identitystore_update_group | R Documentation |
Updates the specified group metadata and attributes in the specified identity store¶
Description¶
Updates the specified group metadata and attributes in the specified identity store.
Usage¶
identitystore_update_group(IdentityStoreId, GroupId, Operations)
Arguments¶
IdentityStoreId |
[required] The globally unique identifier for the identity store. |
GroupId |
[required] The identifier for a group in the identity store. |
Operations |
[required] A list of |
Value¶
An empty list.
Request syntax¶
svc$update_group(
IdentityStoreId = "string",
GroupId = "string",
Operations = list(
list(
AttributePath = "string",
AttributeValue = list()
)
)
)