Previous Topic: LinkSecurityProfilesToSecurityAreaByNameNext Topic: CreateSecurityArea


UnlinkSecurityProfilesFromSecurityAreaByName

This method unlinks the security area from security profiles identified by its name. 

Parameters

xsd:string sessionId (M)

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

xsd:string securityAreaName (M)

The name of the security area.

dsm:ArrayOfstring securityProfilesNames (M)

An array of security profiles to be unlinked from the security area.

Return Values

None

More information:

SecurityArea

SecurityAreaByName

More Information:

SecurityArea

LinkSecurityProfilesToSecurityArea

This method links security area to an array of security profiles.

Parameters

xsd:string sessionId (M)

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

xsd:string securityAreaUUID (M)

The UUID of the security Area.

xsd:ArrayOfstring securityProfilesUUIDs (M)

An array of security profiles to be linked to a security area.

Return Values

None

More Information:

SecurityArea

UnlinkSecurityProfilesFromSecurityArea

This method unlinks the security Area from an array of security profiles.

Parameters

xsd:string sessionId (M)

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

xsd:string securityAreaUUID (M)

The UUID of the security Area.

dsm:ArrayOfstring securityProfilesUUIDs (M)

An array of security profiles to be unlinked from a security area.

Return Values

None