SAPVirtualInstanceIdentityArgs

data class SAPVirtualInstanceIdentityArgs(val type: Output<Either<String, SAPVirtualInstanceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<SAPVirtualInstanceIdentityArgs>

Managed service identity (user assigned identities)

Constructors

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

Properties

Link copied to clipboard

The type of managed identity assigned to this resource.

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

The identities assigned to this resource by the user.

Functions

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