Managed Service Identity Args
data class ManagedServiceIdentityArgs(val type: Output<ManagedServiceIdentityType>? = null, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<ManagedServiceIdentityArgs>
Managed service identity.
Constructors
Link copied to clipboard
fun ManagedServiceIdentityArgs(type: Output<ManagedServiceIdentityType>? = null, userAssignedIdentities: Output<List<String>>? = null)