action conjur_get_gcpauthenticator_status { label: "Details whether an authentication service has been configured properly" description: "Once the status webservice has been properly configured and the relevant user\ngroups have been given permissions to access the status webservice, the\nusers in those groups can check the status of the authenticator.\n\nThis operation only supports the GCP authenticator\n\nSee [Conjur Documentation](https://docs.conjur.org/Latest/en/Content/Integrations/Authn-status.htm)\nfor details on setting up the authenticator status webservice.\n" provider: conjur method: GET path: "/authn-gcp/{account}/status" encoding: json input: { type: "object" properties: { account: { type: "string" } } required: ["account"] additionalProperties: false } output: { type: "object" additionalProperties: true } }