SecretBaseAttributes Class

Definition

The object attributes managed by the KeyVault service.

public class SecretBaseAttributes : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.KeyVault.Models.SecretBaseAttributes>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.KeyVault.Models.SecretBaseAttributes>
public class SecretBaseAttributes
type SecretBaseAttributes = class
    interface IJsonModel<SecretBaseAttributes>
    interface IPersistableModel<SecretBaseAttributes>
type SecretBaseAttributes = class
Public Class SecretBaseAttributes
Implements IJsonModel(Of SecretBaseAttributes), IPersistableModel(Of SecretBaseAttributes)
Public Class SecretBaseAttributes
Inheritance
SecretBaseAttributes
Derived
Implements

Constructors

SecretBaseAttributes()

Initializes a new instance of SecretBaseAttributes.

Properties

Created

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

Enabled

Determines whether the object is enabled.

Expires

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

NotBefore

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

Updated

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

Explicit Interface Implementations

IJsonModel<SecretBaseAttributes>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SecretBaseAttributes>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecretBaseAttributes>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecretBaseAttributes>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SecretBaseAttributes>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to