SecretAttributes Class

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

The secret management attributes.

C#
public class SecretAttributes : Azure.ResourceManager.KeyVault.Models.SecretBaseAttributes, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KeyVault.Models.SecretAttributes>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KeyVault.Models.SecretAttributes>
C#
public class SecretAttributes : Azure.ResourceManager.KeyVault.Models.SecretBaseAttributes
Inheritance
SecretAttributes
Implements

Constructors

SecretAttributes()

Initializes a new instance of SecretAttributes.

Properties

Created

Creation time in seconds since 1970-01-01T00:00:00Z.

(Inherited from SecretBaseAttributes)
Enabled

Determines whether the object is enabled.

(Inherited from SecretBaseAttributes)
Expires

Expiry date in seconds since 1970-01-01T00:00:00Z.

(Inherited from SecretBaseAttributes)
NotBefore

Not before date in seconds since 1970-01-01T00:00:00Z.

(Inherited from SecretBaseAttributes)
Updated

Last updated time in seconds since 1970-01-01T00:00:00Z.

(Inherited from SecretBaseAttributes)

Explicit Interface Implementations

IJsonModel<SecretAttributes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecretAttributes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecretBaseAttributes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SecretBaseAttributes)
IJsonModel<SecretBaseAttributes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecretBaseAttributes)
IPersistableModel<SecretAttributes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretAttributes>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecretAttributes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecretBaseAttributes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecretBaseAttributes)
IPersistableModel<SecretBaseAttributes>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SecretBaseAttributes)
IPersistableModel<SecretBaseAttributes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecretBaseAttributes)

Applies to

Product Versies
Azure SDK for .NET Latest, Preview