Package sailpoint.rule
Class ManagedAttributeDetails
java.lang.Object
sailpoint.rule.ManagedAttributeDetails
Model to represent MangedAttribute "view" returned by IdnRuleUtil.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe display name of the entitlement, derived from its display name when that is set and from its name otherwise.getName()getType()getValue()setAttributes(Map<String, Object> attributes) setDescription(String description) setDisplayableName(String displayableName)
-
Constructor Details
-
ManagedAttributeDetails
public ManagedAttributeDetails()
-
-
Method Details
-
getDescription
-
setDescription
-
getAttributes
-
setAttributes
-
getName
-
setName
-
getDisplayableName
The display name of the entitlement, derived from its display name when that is set and from its name otherwise. Only populated by IdnRuleUtil.findManagedAttributes.- Returns:
- The display name of the entitlement
-
setDisplayableName
-
getValue
-
setValue
-
getType
-
setType
-