ImportFlow

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

Constructors

Link copied to clipboard
constructor(alias: String, description: String, providerId: String, topLevel: Boolean, buildIn: Boolean, authenticationExecutions: List<AuthenticationExecutionImport>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard