Class GetVaultLockResponse

    • Method Detail

      • policy

        public final String policy()

        The vault lock policy as a JSON string, which uses "\" as an escape character.

        Returns:
        The vault lock policy as a JSON string, which uses "\" as an escape character.
      • state

        public final String state()

        The state of the vault lock. InProgress or Locked.

        Returns:
        The state of the vault lock. InProgress or Locked.
      • expirationDate

        public final String expirationDate()

        The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

        Returns:
        The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.
      • creationDate

        public final String creationDate()

        The UTC date and time at which the vault lock was put into the InProgress state.

        Returns:
        The UTC date and time at which the vault lock was put into the InProgress state.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object