Class AzureServicePrincipal
- java.lang.Object
-
- com.databricks.sdk.service.catalog.AzureServicePrincipal
-
@Generated public class AzureServicePrincipal extends Object
-
-
Constructor Summary
Constructors Constructor Description AzureServicePrincipal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApplicationId()StringgetClientSecret()StringgetDirectoryId()inthashCode()AzureServicePrincipalsetApplicationId(String applicationId)AzureServicePrincipalsetClientSecret(String clientSecret)AzureServicePrincipalsetDirectoryId(String directoryId)StringtoString()
-
-
-
Method Detail
-
setApplicationId
public AzureServicePrincipal setApplicationId(String applicationId)
-
getApplicationId
public String getApplicationId()
-
setClientSecret
public AzureServicePrincipal setClientSecret(String clientSecret)
-
getClientSecret
public String getClientSecret()
-
setDirectoryId
public AzureServicePrincipal setDirectoryId(String directoryId)
-
getDirectoryId
public String getDirectoryId()
-
-