MessagingServiceCredentials: {
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    credentials: Record<string, any>;
    id?: string;
    messagingServiceAuthenticationId?: string;
    name: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • credentials: Record<string, any>

    A JSON map containing the credentials information.

  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly messagingServiceAuthenticationId?: string

    The ID of the authentication object associated to the credentials object.

  • name: string

    The name of the credentials object.

  • Optional Readonly type?: string
  • Optional Readonly updatedTime?: string