Uses of Class
com.azure.resourcemanager.datafactory.models.ServicePrincipalCredential
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of ServicePrincipalCredential in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionServicePrincipalCredential.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Credential.ServicePrincipalCredential.withDescription
(String description) Set the description property: Credential description.ServicePrincipalCredential.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: The app ID of the service principal used to authenticate.ServicePrincipalCredential.withServicePrincipalKey
(AzureKeyVaultSecretReference servicePrincipalKey) Set the servicePrincipalKey property: The key of the service principal used to authenticate.ServicePrincipalCredential.withTenant
(Object tenant) Set the tenant property: The ID of the tenant to which the service principal belongs.