Class ContainerAppSecret


  • public final class ContainerAppSecret
    extends Object
    Container App Secret.
    • Constructor Detail

      • ContainerAppSecret

        public ContainerAppSecret()
    • Method Detail

      • name

        public String name()
        Get the name property: Secret Name.
        Returns:
        the name value.
      • value

        public String value()
        Get the value property: Secret Value.
        Returns:
        the value value.
      • validate

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