By default, the inheritance of default permissions by destinations is allowed for all local destinations. Use this command to determine whether the inheritance of default permissions is enabled or disabled for a local destination.
To run the command, use the AdminTask object of the wsadmin scripting client.
print AdminTask.help('SIBAdminBusSecurityCommands')
print AdminTask.help('command_name')
To determine whether a specified destination inherits default destination user roles, use the following command:
AdminTask.isInheritDefaultsForDestination("-type destinationType -bus busName -destination destinationName")
$AdminTask isInheritDefaultsForDestination {-type destinationType -bus busName -destination destinationName}
This command will return either True or False.