Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CredentialList

    interface CredentialList {
        createTime: Date;
        credentials: Credential[];
        id: string;
        name: string;
        projectId: string;
        updateTime: Date;
    }
    Index

    Properties

    createTime: Date

    The date and time that the credential list was created.

    credentials: Credential[]

    The list of credentials.

    id: string

    The ID of the credential list.

    name: string

    The name of the credential list.

    projectId: string

    The ID of the account.

    updateTime: Date

    The date and time that the credential list was last modified.