AuthorizationObjectSelectorType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: OwnedObjectSelectorType
TODO TODO TODO specify the purpose "Ultimately flexible specification of an authorization object that may be any prism value, not just prism object" TODO Also, consider using more generalized name
Item Summary  
Name Type Multiplicity Description
name property
string
[0,1] Name of the selector (for troubleshooting). 
description property
string
[0,1]  
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
type property
QName
[0,1] Type of the object to select. 
subtype property
string
[0,1] Subtype of the object to select. 
archetypeRef reference
ObjectReferenceType
[0,-1] Archetype of the object to select. 
orgRef reference
ObjectReferenceType
[0,1] Top node of an organizational hierarchy. 
filter property
SearchFilterType
[0,1] Filter that an object must match to be considered selected by this statement. 
orgRelation container
OrgRelationObjectSpecificationType
[0,1] Definition of object with respect to subject membership in organizational hierarchy. 
roleRelation container
RoleRelationObjectSpecificationType
[0,1] Definition of object with respect to subject relation to a role. 
special property
SpecialObjectSpecificationType
[0,-1] Defines special object by relative description, such as "self". 
allowInactive property
boolean
[0,1] If set to false (default) the specification will apply only to active relations (e. 
owner container
SubjectedObjectSelectorType
[0,1] The object matches the specification if it has an owner specified by this element. 
delegator container
SubjectedObjectSelectorType
[0,1] The object matches the specification if it has a delegator specified by this element. 
requester container
SubjectedObjectSelectorType
[0,1] The object matches the specification if it has a requester specified by this element. 
assignee container
SubjectedObjectSelectorType
[0,1] The object matches the specification if it has a (current) assignee specified by this element. 
candidateAssignee container
SubjectedObjectSelectorType
[0,1] The object matches the specification if it has a candidate assignee specified by this element. 
relatedObject container
SubjectedObjectSelectorType
[0,1] The object matches the specification if it has a related object specified by this element. 
tenant container
TenantSelectorType
[0,1] The object matches the specification if it is related to the specified tenant. 
parent container
AuthorizationParentSelectorType
[0,1] TODO