共用方式為


SecretAttributes interface

秘密管理屬性。

Extends

繼承的屬性

created

自 1970-01-01T00:00:00Z 起的建立時間以秒為單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

enabled

判斷物件是否已啟用。

expires

自 1970-01-01T00:00:00Z 起的秒數到期日期。

notBefore

不是自 1970-01-01T00:00:00Z 起的秒數。

updated

自 1970-01-01T00:00:00Z 起的上次更新時間,以秒為單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

繼承的屬性詳細資料

created

自 1970-01-01T00:00:00Z 起的建立時間以秒為單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

created?: Date

屬性值

Date

繼承自Attributes.created

enabled

判斷物件是否已啟用。

enabled?: boolean

屬性值

boolean

繼承自Attributes.enabled

expires

自 1970-01-01T00:00:00Z 起的秒數到期日期。

expires?: Date

屬性值

Date

繼承自Attributes.expires

notBefore

不是自 1970-01-01T00:00:00Z 起的秒數。

notBefore?: Date

屬性值

Date

繼承自Attributes.notBefore

updated

自 1970-01-01T00:00:00Z 起的上次更新時間,以秒為單位。 注意:這個屬性不會串行化。 它只能由伺服器填入。

updated?: Date

屬性值

Date

繼承自Attributes.updated