credentials
Overview
Name | credentials |
Type | Resource |
Id | linode.managed.credentials |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | This Credential's unique ID. |
label | string | The unique label for this Credential. This is for display purposes only. |
last_decrypted | string | The date this Credential was last decrypted by a member of Linode special forces. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getManagedCredential | SELECT | credentialId | Returns a single Managed Credential. This command can only be accessed by the unrestricted users of an account. |
getManagedCredentials | SELECT | Returns a paginated list of Managed Credentials on your Account. This command can only be accessed by the unrestricted users of an account. | |
createManagedCredential | INSERT | data__label, data__password | Creates a Managed Credential. A Managed Credential is stored securely to allow Linode special forces to access your Managed Services and resolve issues. This command can only be accessed by the unrestricted users of an account. |
_getManagedCredential | EXEC | credentialId | Returns a single Managed Credential. This command can only be accessed by the unrestricted users of an account. |
_getManagedCredentials | EXEC | Returns a paginated list of Managed Credentials on your Account. This command can only be accessed by the unrestricted users of an account. | |
_viewManagedSSHKey | EXEC | Returns the unique SSH public key assigned to your Linode account's Managed service. If you add this public key to a Linode on your account, Linode special forces will be able to log in to the Linode with this key when attempting to resolve issues. This command can only be accessed by the unrestricted users of an account. | |
deleteManagedCredential | EXEC | credentialId | Deletes a Managed Credential. Linode special forces will no longer have access to this Credential when attempting to resolve issues. This command can only be accessed by the unrestricted users of an account. |
updateManagedCredential | EXEC | credentialId | Updates the label of a Managed Credential. This endpoint does not update the username and password for a Managed Credential. To do this, use the Managed Credential Username and Password Update (POST /managed/credentials/{credentialId}/update) endpoint instead. This command can only be accessed by the unrestricted users of an account. |
updateManagedCredentialUsernamePassword | EXEC | credentialId, data__password | Updates the username and password for a Managed Credential. This command can only be accessed by the unrestricted users of an account. |
viewManagedSSHKey | EXEC | Returns the unique SSH public key assigned to your Linode account's Managed service. If you add this public key to a Linode on your account, Linode special forces will be able to log in to the Linode with this key when attempting to resolve issues. This command can only be accessed by the unrestricted users of an account. |