mappings

@JvmName(name = "scqsrmkftdsbfdip")
suspend fun mappings(value: Output<List<AccessApplicationScimConfigMappingArgs>>)
@JvmName(name = "ehlnwqleotcokabk")
suspend fun mappings(value: List<AccessApplicationScimConfigMappingArgs>?)

Parameters

value

A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.


@JvmName(name = "sskmnqshnjhvjggj")
suspend fun mappings(vararg values: Output<AccessApplicationScimConfigMappingArgs>)


@JvmName(name = "rimnyatwqfbqklcm")
suspend fun mappings(values: List<Output<AccessApplicationScimConfigMappingArgs>>)
@JvmName(name = "egoehggksbxvdttc")
suspend fun mappings(vararg values: AccessApplicationScimConfigMappingArgs)

Parameters

values

A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.


@JvmName(name = "qcmbebahgflgbajr")
suspend fun mappings(argument: List<suspend AccessApplicationScimConfigMappingArgsBuilder.() -> Unit>)
@JvmName(name = "ovyayqldefghdroy")
suspend fun mappings(vararg argument: suspend AccessApplicationScimConfigMappingArgsBuilder.() -> Unit)
@JvmName(name = "dgpflnvuxafklfiq")
suspend fun mappings(argument: suspend AccessApplicationScimConfigMappingArgsBuilder.() -> Unit)

Parameters

argument

A list of mappings to apply to SCIM resources before provisioning them in this application. These can transform or filter the resources to be provisioned.