Skip to main content

Interface: IGetCurrentIdentityResponse

cloudservice.v1.IGetCurrentIdentityResponse

Properties of a GetCurrentIdentityResponse.

Hierarchy

Properties

principal

Optional principal: "user" | "serviceAccount"

The authenticated principal making the request

Inherited from

$Properties.principal


principalApiKey

Optional principalApiKey: null | $Properties

The API key info used to authenticate the request, if any

Inherited from

$Properties.principalApiKey


serviceAccount

Optional serviceAccount: null | $Properties

The user is a service account

Inherited from

$Properties.serviceAccount


user

Optional user: null | $Properties

The user is a regular user

Inherited from

$Properties.user