%Installer.Role
class %Installer.Role extends %Installer.Activity
This is a "Role" activity within a Manifest documentProperty Inventory
Properties
property Description as %String (MAXLEN = 32000) [ Required ];
Role Description: Note that currently, the role description cannot be modified once created.
Property methods: DescriptionDisplayToLogical(), DescriptionGet(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize(), DescriptionSet()
property Resources as %String (MAXLEN = 32000);
Resources
ResourceName:Permission,ResourceName:Permission
For example:
MyResource:RW,MyResource1:RWU"
ResourceName:Permission,ResourceName:Permission
For example:
MyResource:RW,MyResource1:RWU"
Property methods: ResourcesDisplayToLogical(), ResourcesGet(), ResourcesIsValid(), ResourcesLogicalToDisplay(), ResourcesLogicalToOdbc(), ResourcesNormalize(), ResourcesSet()
property RolesGranted as %String (MAXLEN = 32000);
RolesGranted
Additional roles granted when this role is granted to a user
Property methods: RolesGrantedDisplayToLogical(), RolesGrantedGet(), RolesGrantedIsValid(), RolesGrantedLogicalToDisplay(), RolesGrantedLogicalToOdbc(), RolesGrantedNormalize(), RolesGrantedSet()
property Target as %String (XMLNAME = "Name") [ Required ];
Namespace name
Property methods: TargetDisplayToLogical(), TargetGet(), TargetIsValid(), TargetLogicalToDisplay(), TargetLogicalToOdbc(), TargetNormalize(), TargetSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %Indent()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()