IndexUserGroupResolutionConfigurationArgs

data class IndexUserGroupResolutionConfigurationArgs(val userGroupResolutionMode: Output<String>) : ConvertibleToJava<IndexUserGroupResolutionConfigurationArgs>

Constructors

constructor(userGroupResolutionMode: Output<String>)

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.

Functions

Link copied to clipboard
open override fun toJava(): IndexUserGroupResolutionConfigurationArgs