Uses of Class
com.azure.resourcemanager.datafactory.models.GitHubClientSecret
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of GitHubClientSecret in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFactoryGitHubConfiguration.clientSecret()
Get the clientSecret property: GitHub bring your own app client secret information.GitHubAccessTokenRequest.gitHubClientSecret()
Get the gitHubClientSecret property: GitHub bring your own app client secret information.GitHubClientSecret.withByoaSecretAkvUrl
(String byoaSecretAkvUrl) Set the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.GitHubClientSecret.withByoaSecretName
(String byoaSecretName) Set the byoaSecretName property: Bring your own app client secret name in AKV.Modifier and TypeMethodDescriptionFactoryGitHubConfiguration.withClientSecret
(GitHubClientSecret clientSecret) Set the clientSecret property: GitHub bring your own app client secret information.GitHubAccessTokenRequest.withGitHubClientSecret
(GitHubClientSecret gitHubClientSecret) Set the gitHubClientSecret property: GitHub bring your own app client secret information.