Service Principal Definition Response
data class ServicePrincipalDefinitionResponse(val clientCertificate: String? = null, val clientCertificatePassword: String? = null, val clientCertificateSendChain: Boolean? = null, val clientId: String? = null, val clientSecret: String? = null, val tenantId: String? = null)
Parameters to authenticate using Service Principal.
Constructors
Properties
Link copied to clipboard
Base64-encoded certificate used to authenticate a Service Principal
Link copied to clipboard
The password for the certificate used to authenticate a Service Principal
Link copied to clipboard
Specifies whether to include x5c header in client claims when acquiring a token to enable subject name / issuer based authentication for the Client Certificate
Link copied to clipboard
The client secret for authenticating a Service Principal