Identity Args
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)