Package version:

Interface Attributes

The object attributes managed by the KeyVault service.

interface Attributes {
    created?: any;
    enabled?: boolean;
    expires?: any;
    notBefore?: any;
    updated?: any;
}

Hierarchy (view full)

Properties

created?: any

Creation time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.

enabled?: boolean

Determines whether the object is enabled.

expires?: any

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

notBefore?: any

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

updated?: any

Last updated time in seconds since 1970-01-01T00:00:00Z. NOTE: This property will not be serialized. It can only be populated by the server.