securityIdentities element

Type: imbSecurityIdentityContainerBean
Namespace: http://www.ibm.com/iib/apiv1/responseObject/container
XML Schema: ns0.xsd

Description of security identities available on the broker.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <securityIdentities xmlns="http://www.ibm.com/iib/apiv1/responseObject/container" type="..." uri="..." hasChildren="..." internal="..."> <securityIdentity type="..." hasChildren="..." uri="..." resource="..." name="..." resourceType="..." integrationServer="..." /> <securityIdentity type="..." hasChildren="..." uri="..." resource="..." name="..." resourceType="..." integrationServer="..."> <!--...--> </securityIdentity> <!--...more "securityIdentity" elements...--> </securityIdentities>

Example JSON

{ "type" : "...", "securityIdentity" : [ { "type" : "...", "hasChildren" : "...", "uri" : { "value" : "..." }, "resource" : "...", "name" : "...", "resourceType" : "...", "integrationServer" : "..." }, ... ], "uri" : { "value" : "..." }, "hasChildren" : "...", "internal" : "..." }