ImportFlow

data class ImportFlow(alias: String, description: String, providerId: String, topLevel: Boolean, buildIn: Boolean, authenticationExecutions: List<AuthenticationExecutionImport>)

Properties

alias
Link copied to clipboard
val alias: String
authenticationExecutions
Link copied to clipboard
buildIn
Link copied to clipboard
val buildIn: Boolean
description
Link copied to clipboard
val description: String
providerId
Link copied to clipboard
val providerId: String
topLevel
Link copied to clipboard
val topLevel: Boolean