folderMap

@JvmName(name = "paivjctvdvnecsdo")
suspend fun folderMap(value: Output<Map<String, String>>)
@JvmName(name = "wgjkuohbobtjlydj")
suspend fun folderMap(value: Map<String, String>?)

Parameters

value

A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.


@JvmName(name = "vacrjdqhqlegmoqd")
fun folderMap(vararg values: Pair<String, String>)

Parameters

values

A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.