get_caller_identity
Summary​
Introspect the current User or API Key used to authenticate with Tecton.Returns
Union[ServiceAccountProfile, UserProfile]: The UserProfile or ServiceAccountProfile of the current User or API Key (respectively)
if the introspection is successful.Raises
SystemError: If the credentials are expired, invalid, or not configured.