DELETE AUTHREC on Multiplatforms

Use the MQSC command DELETE AUTHREC to delete authority records associated with a profile name.


Use MQSC commands

For information on how we use MQSC commands, see Performing local administration tasks using MQSC commands.


DELETE AUTHREC

DELETE AUTHREC PROFILE(profile-name)OBJTYPE(AUTHINFO)OBJTYPE(CHANNEL)OBJTYPE(CLNTCONN)OBJTYPE(COMMINFO)OBJTYPE(LISTENER)OBJTYPE(NAMELIST)OBJTYPE(PROCESS)OBJTYPE(QUEUE)OBJTYPE(QMGR)OBJTYPE(RQMNAME)OBJTYPE(SERVICE)OBJTYPE(TOPIC)PRINCIPAL(principal-name)GROUP(group-name)


Parameter descriptions

    PROFILE(profile-name)
    The name of the object or generic profile for which to remove the authority record. This parameter is required unless the OBJTYPE parameter is QMGR, in which case it can be omitted.

    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

    PRINCIPAL(principal-name)
    A principal name. This is the name of a user for whom to remove authority records for the specified profile. 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 for which to remove authority records for the specified profile. 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.

Parent topic: MQSC commands