SecurityAssessmentMetadataPartnerDataResponse

data class SecurityAssessmentMetadataPartnerDataResponse(val partnerName: String, val productName: String? = null, val secret: String)

Describes the partner that created the assessment

Constructors

constructor(partnerName: String, productName: String? = null, secret: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the company of the partner

Link copied to clipboard
val productName: String? = null

Name of the product of the partner that created the assessment

Link copied to clipboard

Secret to authenticate the partner and verify it created the assessment - write only