action redhat_show_service_credential { label: "Show an existing ServiceCredential" description: "Returns a ServiceCredential object" provider: redhat method: GET path: "/service_credentials/{id}" encoding: json output: { type: "object" properties: { archived_at: { type: "string" format: "date-time" } created_at: { type: "string" format: "date-time" } description: { type: "string" } id: { type: "string" description: "ID of the resource" } last_seen_at: { type: "string" format: "date-time" } name: { type: "string" } refresh_state_part_id: { type: "object" additionalProperties: true } service_credential_type_id: { type: "object" additionalProperties: true } source_created_at: { type: "string" format: "date-time" } source_id: { type: "object" additionalProperties: true } source_ref: { type: "string" } source_updated_at: { type: "string" format: "date-time" } type_name: { type: "string" } updated_at: { type: "string" format: "date-time" } } additionalProperties: false } }