Previous Topic: SetSecurityObjectOwnerShipNext Topic: GetSecurityObjectsSecurityAreaLinkages


GetSecurityObjectPermissionsString

This method returns a string that reflects the permissions for the current user on the specified security object.

Parameters

xsd:string sessionId (m)

The session identifier. Session Id obtained from the login to the web service.

dsm:SecurityClassType securityClassType (m)

It contains security class type of the given security object. For example, ‘Computer’ object is represented by ‘SEC_CLASS_COMPUTER’.

xsd:string securityObjectUUID (m)

UUID of the security object for which security permissions is to be retrieved.

Return Values

xsd:string securityObjectPermissionsString

The current permission assigned to the given object for the current user.

More information:

SecurityClassType