identityIds

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

Parameters

value

Specifies a list of User Assigned Managed Identity IDs to be assigned to this Event Grid System Topic.

Note: This is required when type is set to UserAssigned Note: When type is set to SystemAssigned, The assigned principal_id and tenant_id can be retrieved after the Event Grid System Topic has been created. More details are available below.


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


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

Parameters

values

Specifies a list of User Assigned Managed Identity IDs to be assigned to this Event Grid System Topic.

Note: This is required when type is set to UserAssigned Note: When type is set to SystemAssigned, The assigned principal_id and tenant_id can be retrieved after the Event Grid System Topic has been created. More details are available below.