Interface DaprSecretsCollection


public interface DaprSecretsCollection
An immutable client-side representation of DaprSecretsCollection.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner object.
    Gets the value property: Collection of secrets used by a Dapr component.
  • Method Details

    • value

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

      Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.DaprSecretsCollectionInner object.
      Returns:
      the inner object.