SecretAttributes interface

The secret management attributes.

Extends

Inherited Properties

created

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

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. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Property Details

created

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.

created?: Date

Property Value

Date

Inherited From Attributes.created

enabled

Determines whether the object is enabled.

enabled?: boolean

Property Value

boolean

Inherited From Attributes.enabled

expires

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

expires?: Date

Property Value

Date

Inherited From Attributes.expires

notBefore

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

notBefore?: Date

Property Value

Date

Inherited From Attributes.notBefore

updated

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.

updated?: Date

Property Value

Date

Inherited From Attributes.updated