IdentityArgs

data class IdentityArgs(val type: Output<ManagedServiceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityArgs>

Properties to configure Identity for Bring your Own Keys

Constructors

Link copied to clipboard
constructor(type: Output<ManagedServiceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)

Properties

Link copied to clipboard
val type: Output<ManagedServiceIdentityType>? = null

Type of managed service identity.

Link copied to clipboard
val userAssignedIdentities: Output<List<String>>? = null

Metadata of user assigned identity.

Functions

Link copied to clipboard
open override fun toJava(): IdentityArgs