Class DaprSecretsCollectionInner


  • public final class DaprSecretsCollectionInner
    extends Object
    Dapr component Secrets Collection ARM resource.
    • Constructor Detail

      • DaprSecretsCollectionInner

        public DaprSecretsCollectionInner()
    • Method Detail

      • value

        public List<Secret> value()
        Get the value property: Collection of secrets used by a Dapr component.
        Returns:
        the value value.
      • withValue

        public DaprSecretsCollectionInner withValue​(List<Secret> value)
        Set the value property: Collection of secrets used by a Dapr component.
        Parameters:
        value - the value value to set.
        Returns:
        the DaprSecretsCollectionInner object itself.
      • validate

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