Skip to main content

Interface: IUpdateServiceAccountRequest

cloudservice.v1.IUpdateServiceAccountRequest

Properties of an UpdateServiceAccountRequest.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The ID to use for this async operation - optional.

Inherited from

$Properties.asyncOperationId


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.

Inherited from

$Properties.resourceVersion


serviceAccountId

Optional serviceAccountId: null | string

The ID of the service account to update.

Inherited from

$Properties.serviceAccountId


spec

Optional spec: null | $Properties

The new service account specification.

Inherited from

$Properties.spec