GitHubClientSecret Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. GitHubClientSecret
- com.
Implements
public final class GitHubClientSecret
implements JsonSerializable<GitHubClientSecret>
Client secret information for factory's bring your own app repository configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubClientSecret() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
byoaSecretAkvUrl()
Get the byoa |
| String |
byoaSecretName()
Get the byoa |
|
static
Git |
fromJson(JsonReader jsonReader)
Reads an instance of Git |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Git |
withByoaSecretAkvUrl(String byoaSecretAkvUrl)
Set the byoa |
|
Git |
withByoaSecretName(String byoaSecretName)
Set the byoa |
Methods inherited from java.lang.Object
Constructor Details
GitHubClientSecret
public GitHubClientSecret()
Creates an instance of GitHubClientSecret class.
Method Details
byoaSecretAkvUrl
public String byoaSecretAkvUrl()
Get the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.
Returns:
byoaSecretName
public String byoaSecretName()
Get the byoaSecretName property: Bring your own app client secret name in AKV.
Returns:
fromJson
public static GitHubClientSecret fromJson(JsonReader jsonReader)
Reads an instance of GitHubClientSecret from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withByoaSecretAkvUrl
public GitHubClientSecret withByoaSecretAkvUrl(String byoaSecretAkvUrl)
Set the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.
Parameters:
Returns:
withByoaSecretName
public GitHubClientSecret withByoaSecretName(String byoaSecretName)
Set the byoaSecretName property: Bring your own app client secret name in AKV.
Parameters:
Returns: