Security Property API

From TeamServer ER/Studio
Jump to: navigation, search

Go Up to API Reference

You cannot access security property information directly through the API, but some of the APIs provide information about security property resources.

Security Property Fields

Security Property resources can provide the following fields:

Item Example Description

"id"

"3804"

An integer that uniquely identifies the security property.

"name"

"Security Impact"

The name of the security property.

"datatype"

"Text List"

The type of the value of the security property.

"value"

"Moderate"

The value of the security property.

"dictionary"

"Adventure Works_DD"

The name of the dictionary that contains the security property.

"link"

"/object/view.spg?key=3804"

Path relative to the Team Server root URL that points to the page of the security property.

For example, if the Team Server root URL is http://teamserver.example.com , the example value here determines that you can access the page of the security property at http://teamserver.example.com/object/view.spg?key=3804 .

"type"

"Data Security Classification"

The type of the resource. Its value is always "Data Security Classification" for security property resources.

See Also