WorkloadSaaEnrollmentResponse

data class WorkloadSaaEnrollmentResponse(val setupErrors: List<String>? = null, val setupStatus: String? = null)

Constructors

Link copied to clipboard
constructor(setupErrors: List<String>? = null, setupStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

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

Indicates SAA enrollment setup error if any.

Link copied to clipboard
val setupStatus: String? = null

Indicates SAA enrollment status of a given workload. Possible values: SETUP_STATE_UNSPECIFIED, STATUS_PENDING, STATUS_COMPLETE