identityIds

@JvmName(name = "wibfpcmbestdpkbq")
suspend fun identityIds(value: Output<List<String>>)
@JvmName(name = "pxkslhoxoglgnccq")
suspend fun identityIds(value: List<String>?)

Parameters

value

A list of User Managed Identity IDs which should be assigned to the Policy Definition.

NOTE: This is required when type is set to UserAssigned.


@JvmName(name = "npbaehllmgwelabf")
suspend fun identityIds(vararg values: Output<String>)


@JvmName(name = "pgvxpwnaoymwytby")
suspend fun identityIds(values: List<Output<String>>)
@JvmName(name = "hymongxqadpvcdxp")
suspend fun identityIds(vararg values: String)

Parameters

values

A list of User Managed Identity IDs which should be assigned to the Policy Definition.

NOTE: This is required when type is set to UserAssigned.