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

    Type Alias PostManagedCredentialUsernamePasswordData

    type PostManagedCredentialUsernamePasswordData = {
        body?: { password: string; username?: string };
        path: { credentialId: number };
        query?: never;
        url: "managed/credentials/{credentialId}/update";
    }
    Index

    Properties

    Properties

    body?: { password: string; username?: string }

    The new username and password to assign to the Managed Credential.

    Type Declaration

    • password: string

      The password to use when accessing the Managed Service.

    • Optionalusername?: string

      The username to use when accessing the Managed Service.

    path: { credentialId: number }

    Type Declaration

    • credentialId: number

      The ID of the Credential to update.

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