Azure First Party Managed Certificate Parameters Response
data class AzureFirstPartyManagedCertificateParametersResponse(val certificateAuthority: String, val expirationDate: String, val secretSource: ResourceReferenceResponse, val subject: String, val subjectAlternativeNames: List<String>? = null, val thumbprint: String, val type: String)
Azure FirstParty Managed Certificate provided by other first party resource providers to enable HTTPS.
Constructors
Link copied to clipboard
fun AzureFirstPartyManagedCertificateParametersResponse(certificateAuthority: String, expirationDate: String, secretSource: ResourceReferenceResponse, subject: String, subjectAlternativeNames: List<String>? = null, thumbprint: String, type: String)