Index User Group Resolution Configuration Args
data class IndexUserGroupResolutionConfigurationArgs(val userGroupResolutionMode: Output<String>) : ConvertibleToJava<IndexUserGroupResolutionConfigurationArgs>
Properties
Link copied to clipboard
The identity store provider (mode) you want to use to fetch access levels of groups and users. AWS Single Sign-On is currently the only available mode. Your users and groups must exist in an AWS SSO identity source in order to use this mode. Valid Values are AWS_SSO
or NONE
.