Skip to main content

Interface: IUpdateUserGroupRequest

cloudservice.v1.IUpdateUserGroupRequest

Properties of an UpdateUserGroupRequest.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation. Optional, if not provided a random id will be generated.

Inherited from

$Properties.asyncOperationId


groupId

Optional groupId: null | string

The id of the group to update.

Inherited from

$Properties.groupId


resourceVersion

Optional resourceVersion: null | string

The version of the group for which this update is intended for. The latest version can be found in the GetGroup operation response.

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The new group specification.

Inherited from

$Properties.spec