Skip to main content

RoleMembershipSelectorType

This enum characterizes the type of a Role's membership selector. Only the following two are fully supported: STANDARD: Indicates that Role membership is defined in terms of a criteria expression IDENTITY_LIST: Indicates that Role membership is conferred on the specific identities listed

Enum

  • STANDARD (value: 'STANDARD')

  • IDENTITY_LIST (value: 'IDENTITY_LIST')

[Back to top]