@digitalocean/dots - v1.0.1
    Preparing search index...

    Interface WithSsh_key_identifierPutRequestBody

    interface WithSsh_key_identifierPutRequestBody {
        additionalData?: Record<string, unknown>;
        name?: null | string;
    }

    Hierarchy

    • AdditionalDataHolder
    • Parsable
      • WithSsh_key_identifierPutRequestBody
    Index

    Properties

    additionalData?: Record<string, unknown>

    Gets the additional data for this object that did not belong to the properties.

    The additional data for this object.

    name?: null | string

    A human-readable display name for this key, used to easily identify the SSH keys when they are displayed.