FlexibleServerIdentity

data class FlexibleServerIdentity(val identityIds: List<String>, val type: String)

Constructors

Link copied to clipboard
constructor(identityIds: List<String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of User Assigned Managed Identity IDs to be assigned to this PostgreSQL Flexible Server. Required if used together with customer_managed_key block.

Link copied to clipboard

Specifies the type of Managed Service Identity that should be configured on this PostgreSQL Flexible Server. The only possible value is UserAssigned.