Namespace: GetCurrentIdentityResponse
cloudservice.v1.GetCurrentIdentityResponse
Interfaces
Type Aliases
$Shape
Ƭ $Shape: { principalApiKey?: $Shape | null ; serviceAccount?: $Shape | null ; user?: $Shape | null } & { principal?: undefined ; serviceAccount?: null ; user?: null } | { principal?: "user" ; serviceAccount?: null ; user: $Shape } | { principal?: "serviceAccount" ; serviceAccount: $Shape ; user?: null }
Narrowed shape of a GetCurrentIdentityResponse.