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

    Type Alias PostManagedCredentialData

    type PostManagedCredentialData = {
        body?: { id?: number; label: string; last_decrypted?: string } & {
            password: string;
            username?: string;
        };
        path?: never;
        query?: never;
        url: "managed/credentials";
    }
    Index

    Properties

    Properties

    body?: { id?: number; label: string; last_decrypted?: string } & {
        password: string;
        username?: string;
    }

    Information about the Credential to create.

    Type Declaration

    • Optional Readonlyid?: number

      Read-only This Credential's unique ID.

    • label: 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.

    • password: string

      The password to use when accessing the Managed Service.

    • Optionalusername?: string

      The username to use when accessing the Managed Service.

    path?: never
    query?: never
    url: "managed/credentials"