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

    Type Alias GetDatabasesMysqlInstanceCredentialsResponses

    type GetDatabasesMysqlInstanceCredentialsResponses = {
        "200": { password: string; username: string };
    }
    Index

    Properties

    Properties

    "200": { password: string; username: string }

    Managed Database object for database credentials.

    Type Declaration

    • Readonlypassword: string

      Read-only The randomly generated root password for the Managed Database instance.

    • Readonlyusername: string

      Read-only The root username for the Managed Database instance.