uniqueId property

String? uniqueId
getter/setter pair

The unique, stable numeric ID for the service account.

Each service account retains its unique ID even if you delete the service account. For example, if you delete a service account, then create a new service account with the same name, the new service account has a different unique ID than the deleted service account.

Output only.

Implementation

core.String? uniqueId;