DISPLAY ENTAUTH on Multiplatforms
Use the MQSC command DISPLAY ENTAUTH to display the authorizations an entity has to a specified object.
Use MQSC commands
For information on how we use MQSC commands, see Performing local administration tasks using MQSC commands.
Synonym: DIS ENTAUTH
DISPLAY ENTAUTH
Parameter descriptions
- PRINCIPAL(principal-name)
- A principal name. This is the name of a user for whom to retrieve authorizations to the
specified object. On IBM MQ for Windows, the name of the
principal can optionally include a domain name, specified in this format:
user@domain.
We must specify either PRINCIPAL or GROUP.
- GROUP(group-name)
- A group name. This is the name of the user group on which to make the inquiry. We can specify
one name only and it must be the name of an existing user group. For
IBM MQ for Windows only, the group name can optionally include a
domain name, specified in the following formats:
GroupName@domain domain\GroupName
We must specify either PRINCIPAL or GROUP.
- OBJNAME(object-name)
- The name of the object or generic profile for which to display the authorizations.
This parameter is required unless the OBJTYPE parameter is QMGR. This parameter can be omitted if the OBJTYPE parameter is QMGR.
- OBJTYPE
- The type of object referred to by the profile. Specify one of the following values:
- AUTHINFO
- Authentication information record
- CHANNEL
- Channel
- CLNTCONN
- Client connection channel
- COMMINFO
- Communication information object
- LISTENER
- Listener
- NAMELIST
- Namelist
- PROCESS
- Process
- QUEUE
- Queue
- QMGR
- Queue manager
- RQMNAME
- Remote queue manager
- SERVICE
- Service
- TOPIC
- Topic
- SERVCOMP(service-component)
- The name of the authorization service for which information is to be displayed.
If you specify this parameter, it specifies the name of the authorization service to which the authorizations apply. If we omit this parameter, the inquiry is made to the registered authorization services in turn in accordance with the rules for chaining authorization services.
- ALL
- Specify this value to display all of the authorization information available for the entity and the specified profile.
Requested parameters
We can request the following information about the authorizations:
- AUTHLIST
- Specify this parameter to display the list of authorizations.
- ENTITY
- Specify this parameter to display the entity name.
- ENTTYPE
- Specify this parameter to display the entity type.
- OBJTYPE
- Specify this parameter to display the object type.
Parent topic: MQSC commands