Interface: IGetCurrentIdentityResponse
cloudservice.v1.IGetCurrentIdentityResponse
Properties of a GetCurrentIdentityResponse.
Hierarchy
-
↳
IGetCurrentIdentityResponse
Properties
principal
• Optional principal: "user" | "serviceAccount"
The authenticated principal making the request
Inherited from
principalApiKey
• Optional principalApiKey: null | $Properties
The API key info used to authenticate the request, if any
Inherited from
serviceAccount
• Optional serviceAccount: null | $Properties
The user is a service account
Inherited from
user
• Optional user: null | $Properties
The user is a regular user