Package version:

The attributes of an issuer managed by the Key Vault service.

interface IssuerAttributes {
    created?: any;
    enabled?: boolean;
    updated?: any;
}

Properties

created?: any

Creation time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.

enabled?: boolean

Determines whether the issuer is enabled.

updated?: any

Last updated time in UTC. NOTE: This property will not be serialized. It can only be populated by the server.