Class GitHubClientSecret


  • public final class GitHubClientSecret
    extends Object
    Client secret information for factory's bring your own app repository configuration.
    • Constructor Detail

      • GitHubClientSecret

        public GitHubClientSecret()
    • Method Detail

      • getByoaSecretAkvUrl

        public String getByoaSecretAkvUrl()
        Get the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.
        Returns:
        the byoaSecretAkvUrl value.
      • setByoaSecretAkvUrl

        public GitHubClientSecret setByoaSecretAkvUrl​(String byoaSecretAkvUrl)
        Set the byoaSecretAkvUrl property: Bring your own app client secret AKV URL.
        Parameters:
        byoaSecretAkvUrl - the byoaSecretAkvUrl value to set.
        Returns:
        the GitHubClientSecret object itself.
      • getByoaSecretName

        public String getByoaSecretName()
        Get the byoaSecretName property: Bring your own app client secret name in AKV.
        Returns:
        the byoaSecretName value.
      • setByoaSecretName

        public GitHubClientSecret setByoaSecretName​(String byoaSecretName)
        Set the byoaSecretName property: Bring your own app client secret name in AKV.
        Parameters:
        byoaSecretName - the byoaSecretName value to set.
        Returns:
        the GitHubClientSecret object itself.