custom Posix User Config
suspend fun customPosixUserConfig(value: Output<DomainDefaultUserSettingsCustomPosixUserConfigArgs>)
Parameters
value
Details about the POSIX identity that is used for file system operations. See custom_posix_user_config
Block below.
suspend fun customPosixUserConfig(argument: suspend DomainDefaultUserSettingsCustomPosixUserConfigArgsBuilder.() -> Unit)
Parameters
argument
Details about the POSIX identity that is used for file system operations. See custom_posix_user_config
Block below.