Class GetSecretPlainArgs


  • public final class GetSecretPlainArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • aclOnly

        public java.util.Optional<java.lang.Boolean> aclOnly()
        Returns:
        Select the Secret with an ACL that contains the user. Project scope is ignored. Defaults to `false`.
      • algorithm

        public java.util.Optional<java.lang.String> algorithm()
        Returns:
        The Secret algorithm.
      • bitLength

        public java.util.Optional<java.lang.Integer> bitLength()
        Returns:
        The Secret bit length.
      • createdAtFilter

        public java.util.Optional<java.lang.String> createdAtFilter()
        Returns:
        Date filter to select the Secret with created matching the specified criteria. See Date Filters below for more detail.
      • expirationFilter

        public java.util.Optional<java.lang.String> expirationFilter()
        Returns:
        Date filter to select the Secret with expiration matching the specified criteria. See Date Filters below for more detail.
      • mode

        public java.util.Optional<java.lang.String> mode()
        Returns:
        The Secret mode.
      • name

        public java.util.Optional<java.lang.String> name()
        Returns:
        The Secret name.
      • region

        public java.util.Optional<java.lang.String> region()
        Returns:
        The region in which to obtain the V1 KeyManager client. A KeyManager client is needed to fetch a secret. If omitted, the `region` argument of the provider is used.
      • secretType

        public java.util.Optional<java.lang.String> secretType()
        Returns:
        The Secret type. For more information see [Secret types](https://docs.openstack.org/barbican/latest/api/reference/secret_types.html).
      • updatedAtFilter

        public java.util.Optional<java.lang.String> updatedAtFilter()
        Returns:
        Date filter to select the Secret with updated matching the specified criteria. See Date Filters below for more detail.