MessagingServiceAuthentication: {
    authenticationDetails?: Record<string, any>;
    authenticationType: string;
    changedBy?: string;
    createdBy?: string;
    createdTime?: string;
    id?: string;
    messagingServiceConnectionId?: string;
    messagingServiceCredentials?: MessagingServiceCredentials[];
    name: string;
    type?: string;
    updatedTime?: string;
}

Type declaration

  • Optional authenticationDetails?: Record<string, any>

    A JSON map containing a map of extra details for the authentication.

  • authenticationType: string

    The type of the authentication object.

  • Optional Readonly changedBy?: string
  • Optional Readonly createdBy?: string
  • Optional Readonly createdTime?: string
  • Optional Readonly id?: string

    Primary key set by the server.

  • Optional Readonly messagingServiceConnectionId?: string

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

  • Optional messagingServiceCredentials?: MessagingServiceCredentials[]
  • name: string

    The name of the authentication object.

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