SecretAttributes Class

Definition

The secret management attributes.

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>
public class SecretAttributes : Azure.ResourceManager.KeyVault.Models.SecretBaseAttributes
type SecretAttributes = class
    inherit SecretBaseAttributes
    interface IJsonModel<SecretAttributes>
    interface IPersistableModel<SecretAttributes>
type SecretAttributes = class
    inherit SecretBaseAttributes
Public Class SecretAttributes
Inherits SecretBaseAttributes
Implements IJsonModel(Of SecretAttributes), IPersistableModel(Of SecretAttributes)
Public Class SecretAttributes
Inherits 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