action keycloak_get_realm_client_registration_policy_providers { label: "Base path for retrieve providers with the configProperties properly filled" provider: keycloak method: GET path: "/{realm}/client-registration-policy/providers" encoding: json output: { type: "object" additionalProperties: true } }