

Web Services Reference › Methods › Security › CreateSecurityProfile
CreateSecurityProfile
This method is used to create security profile.
Parameters
- xsd:string sessionId (m)
-
The session identifier. Session Id obtained from the login to the web service.
- dsm: CreateSecurityProfileProperties createSecurityProfileProperties (m)
-
The properties required to create a security profile.
Return Values
- xsd:string securityProfileUUID
-
If a security profile was successfully created, the UUID of the new security profile is returned.
Remarks
- If both SecurityProfilePermission and SecurityProfileSpecialPermissionFlags are not supplied then the default permission mask “No Access” will be applied.
- If users wants to create Special Access permissions they have to provide ‘SPECIALACCESS’ to ‘securityProfilePermission’.
- securityProfilePermissionSupplied’ should be set to ‘true’.
- Users must set structure variables in structure ‘SecurityProfileSpecialPermissionFlags’ to either true or false. Also, ‘SecurityProfileSpecialPermissionFlagsSupplied’ should be set to true.
More information:
CreateSecurityProfileProperties
SecurityProfileSpecialPermissionFlags
SecurityProfilePermission
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|