StaticMap class set policy

Assigns the specified value to the specific key in the working copy of the dictionary associated with the resource.

Type: rule policy.

Syntax

set {sid: Handle, key: Key, value: Value}

In this case:

Returned value

KSS_GRANT if a value has been assigned.

KSS_DENY in the following cases:

Example

...

/* For a Server entity query via the security interface, in the dictionary associated with the handle

of this entity, key "k1" is assigned the value of 2 */

security src=Server, method=Set {

M.set {sid: src_sid, key: "k1", value: 2 }

}

Page top