Inquire Authentication Information Object Names (Response)

The response to the inquire authentication information names (MQCMD_INQUIRE_AUTH_INFO_NAMES) command consists of the response header followed by a parameter structure giving zero or more names that match the specified authentication information name.

Additionally, on z/OS only, a parameter structure, QSGDispositions (with the same number of entries as the AuthInfoNames structure), is returned. Each entry in this structure indicates the disposition of the object with the corresponding entry in the AuthInfoNames structure.

    Always returned:
    AuthInfoNames, QSGDispositions

    Returned if requested:
    None


Response data

    AuthInfoNames (MQCFSL)
    List of authentication information object names (parameter identifier: MQCACF_AUTH_INFO_NAMES).

    QSGDispositions (MQCFIL)
    List of queue sharing group dispositions (parameter identifier: MQIACF_QSG_DISPS). Specifies the disposition of the object (that is, where it is defined and how it behaves). This parameter is valid on z/OS only. The value can be any of the following values:

      MQQSGD_COPY
      The object is defined as MQQSGD_COPY.

      MQQSGD_GROUP
      The object is defined as MQQSGD_GROUP.

      MQQSGD_Q_MGR
      The object is defined as MQQSGD_Q_MGR.

Parent topic: Definitions of the Programmable Command Formats