Annotation Type AuthorizedBy
- 
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AuthorizedBy
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringattributeStringattributeValueString[]attributeValueInClass<? extends sailpoint.authorization.Authorizer>authorizerClassStringauthorizerRuleString[]capabilitiesListStringcapabilityStringpopulationStringrightString[]rightsListbooleansystemAdmin 
 - 
 
- 
- 
- 
attributeValue
String attributeValue
- Default:
 - ""
 
 
 - 
 
- 
- 
attributeValueIn
String[] attributeValueIn
- Default:
 - {}
 
 
 - 
 
- 
- 
authorizerClass
Class<? extends sailpoint.authorization.Authorizer> authorizerClass
- Default:
 - sailpoint.authorization.Authorizer.class
 
 
 - 
 
- 
- 
authorizerRule
String authorizerRule
- Default:
 - ""
 
 
 - 
 
- 
- 
capabilitiesList
String[] capabilitiesList
- Default:
 - {}
 
 
 - 
 
- 
- 
capability
String capability
- Default:
 - ""
 
 
 - 
 
- 
- 
population
String population
- Default:
 - ""
 
 
 - 
 
- 
- 
rightsList
String[] rightsList
- Default:
 - {}
 
 
 - 
 
- 
- 
systemAdmin
boolean systemAdmin
- Default:
 - false
 
 
 - 
 
 -