Client Credentials Response
data class ClientCredentialsResponse(val authorityUrl: String? = null, val certificate: String? = null, val clientId: String? = null, val clientSecret: String? = null, val isCertAuth: Boolean? = null, val resourceGroup: String? = null, val resourceUri: String? = null, val serviceDataAccessAuthIdentity: String? = null, val subscriptionId: String? = null, val tenantId: String? = null, val thumbprint: String? = null)
Constructors
Link copied to clipboard
constructor(authorityUrl: String? = null, certificate: String? = null, clientId: String? = null, clientSecret: String? = null, isCertAuth: Boolean? = null, resourceGroup: String? = null, resourceUri: String? = null, serviceDataAccessAuthIdentity: String? = null, subscriptionId: String? = null, tenantId: String? = null, thumbprint: String? = null)
Properties
Link copied to clipboard
The authority URL used for authentication.
Link copied to clipboard
The content of the certificate used for authentication.
Link copied to clipboard
The client secret.
Link copied to clipboard
Is it using certificate to authenticate. If false then use client secret.
Link copied to clipboard
Resource Group.
Link copied to clipboard
The resource the service principal/app has access to.
Link copied to clipboard
Indicates which identity to use to authenticate service data access to customer's storage.
Link copied to clipboard
Subscription ID.
Link copied to clipboard
The thumbprint of the certificate above.