action linode_get_managed_credential { label: "Managed Credential View" description: "Returns a single Managed Credential.\n\nThis command can only be accessed by the unrestricted users of an account.\n" provider: linode method: GET path: "/managed/credentials/{credentialId}" encoding: json output: { type: "object" description: "A securely-stored Credential that allows Linode's special forces to access a Managed server to respond to Issues.\n" properties: { id: { type: "integer" description: "This Credential's unique ID.\n" } label: { type: "string" description: "The unique label for this Credential. This is for display purposes only.\n" } last_decrypted: { type: "string" format: "date-time" description: "The date this Credential was last decrypted by a member of Linode special forces.\n" } } } }