Get Sentinel Onboarding State Result
data class GetSentinelOnboardingStateResult(val customerManagedKey: Boolean? = null, val etag: String? = null, val id: String, val name: String, val systemData: SystemDataResponse, val type: String)
Sentinel onboarding state
Constructors
Link copied to clipboard
fun GetSentinelOnboardingStateResult(customerManagedKey: Boolean? = null, etag: String? = null, id: String, name: String, systemData: SystemDataResponse, type: String)