Interface: IUpdateServiceAccountRequest
cloudservice.v1.IUpdateServiceAccountRequest
Properties of an UpdateServiceAccountRequest.
Hierarchy
-
↳
IUpdateServiceAccountRequest
Properties
asyncOperationId
• Optional asyncOperationId: null | string
The ID to use for this async operation - optional.
Inherited from
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
serviceAccountId
• Optional serviceAccountId: null | string
The ID of the service account to update.
Inherited from
spec
• Optional spec: null | $Properties
The new service account specification.