Skip to main content

Interface: IUpdateServiceAccountRequest

cloudservice.v1.IUpdateServiceAccountRequest

Properties of an UpdateServiceAccountRequest.

Implemented by

Properties

asyncOperationId

Optional asyncOperationId: null | string

The ID to use for this async operation - optional.


resourceVersion

Optional resourceVersion: null | string

The version of the service account for which this update is intended for. The latest version can be found in the GetServiceAccount response.


serviceAccountId

Optional serviceAccountId: null | string

The ID of the service account to update.


spec

Optional spec: null | IServiceAccountSpec

The new service account specification.