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