Class NamedValueSecretContractInner


  • public final class NamedValueSecretContractInner
    extends Object
    Client or app secret used in IdentityProviders, Aad, OpenID or OAuth.
    • Constructor Detail

      • NamedValueSecretContractInner

        public NamedValueSecretContractInner()
    • Method Detail

      • value

        public String value()
        Get the value property: This is secret value of the NamedValue entity.
        Returns:
        the value value.
      • withValue

        public NamedValueSecretContractInner withValue​(String value)
        Set the value property: This is secret value of the NamedValue entity.
        Parameters:
        value - the value value to set.
        Returns:
        the NamedValueSecretContractInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.