@akamai/openapi-ts
    Preparing search index...

    Type Alias PutManagedCredentialData

    type PutManagedCredentialData = {
        body: { id?: number; label?: string; last_decrypted?: string };
        path: { credentialId: number };
        query?: never;
        url: "managed/credentials/{credentialId}";
    }
    Index

    Properties

    Properties

    body: { id?: number; label?: string; last_decrypted?: string }

    A securely stored Credential that allows Linode's special forces to access a Managed server to respond to Issues.

    Type Declaration

    • Optional Readonlyid?: number

      Read-only This Credential's unique ID.

    • Optionallabel?: string

      The unique label for this Credential. This is for display purposes only.

    • Optional Readonlylast_decrypted?: string

      Read-only The date this Credential was last decrypted by a member of Linode special forces.

    path: { credentialId: number }

    Type Declaration

    • credentialId: number

      The ID of the Credential to access.

    query?: never
    url: "managed/credentials/{credentialId}"