Report the user's per-user federation connection status
Reports, for the authenticated user, whether they have connected a per-user account (e.g. their Google account for gcp_oauth) to a connection. Clients use this to decide whether to prompt the user to connect before running. Access is scoped to connections the user is allowed to run.
Path Parameters
Name or UUID of the connection
Response
OK
Connected is true when the user has a stored credential for this connection. Always false for providers that are not per-user.
false
GoogleEmail is the consented Google identity, present only when Connected is true for gcp_oauth.
"alice@example.com"
Provider is the connection's configured federation provider (e.g. "gcp_oauth", "gcp_iam"), or empty when the connection has no federation configured. Only gcp_oauth requires a per-user connection.
"gcp_oauth"