Identity Data Args
data class IdentityDataArgs(val type: Output<Either<String, ResourceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<IdentityDataArgs>
Identity for the resource.
Constructors
Link copied to clipboard
fun IdentityDataArgs(type: Output<Either<String, ResourceIdentityType>>, userAssignedIdentities: Output<List<String>>? = null)