Skip to main content

Interface: IUpdateCustomRoleRequest

cloudservice.v1.IUpdateCustomRoleRequest

Properties of an UpdateCustomRoleRequest.

Implemented by

Properties

asyncOperationId

Optional asyncOperationId: null | string

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


resourceVersion

Optional resourceVersion: null | string

The version of the custom role for which this update is intended. The latest version can be found in the GetCustomRole operation response.


roleId

Optional roleId: null | string

The ID of the custom role to update.


spec

Optional spec: null | ICustomRoleSpec

The new custom role specification.