identityIds

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

Parameters

value

Specifies a list of User Assigned Managed Identity IDs to be assigned to this SQL Server.

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 Microsoft SQL Server has been created. More details are available below.


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


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

Parameters

values

Specifies a list of User Assigned Managed Identity IDs to be assigned to this SQL Server.

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 Microsoft SQL Server has been created. More details are available below.