Service Principal Certificate Auth Info Response
data class ServicePrincipalCertificateAuthInfoResponse(val authType: String, val certificate: String, val clientId: String, val principalId: String)
The authentication info when authType is servicePrincipal certificate
Constructors
Link copied to clipboard
fun ServicePrincipalCertificateAuthInfoResponse(authType: String, certificate: String, clientId: String, principalId: String)