pub async fn get_credential_origin(
configuration: &Configuration,
workspace: &str,
path: &str,
) -> Result<GetCredentialOrigin200Response, Error<GetCredentialOriginError>>Expand description
Whether Windmill holds this repository’s access token, and which host it talks to. held means this workspace stores it, borrowed means an ancestor does and it is not this workspace’s to replace. Both absent means the repository authenticates with whatever its URL carries. Returns no secret. Requires workspace admin.