securityIdentity element

Type: imbSecurityIdentityResponseObject
Namespace: http://www.ibm.com/iib/apiv1/responseObject
XML Schema: ns1.xsd

Description of a security identity in the broker.

Example XML

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

Example JSON

{ "type" : "...", "hasChildren" : "...", "uri" : { "value" : "..." }, "resource" : "...", "name" : "...", "resourceType" : "...", "integrationServer" : "..." }