Class SecretObjectType


  • public final class SecretObjectType
    extends com.azure.core.util.ExpandableStringEnum<SecretObjectType>
    Defines values for SecretObjectType.
    • Field Detail

      • OPAQUE

        public static final SecretObjectType OPAQUE
        Static value Opaque for SecretObjectType.
      • VAULTSECRET

        public static final SecretObjectType VAULTSECRET
        Static value Vaultsecret for SecretObjectType.
    • Constructor Detail

      • SecretObjectType

        public SecretObjectType()
    • Method Detail

      • fromString

        public static SecretObjectType fromString​(String name)
        Creates or finds a SecretObjectType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding SecretObjectType.