Class ConsumerApplicationsSummary
Provides the cumulative information about applications and access keys belonging to a consumer.
Inherited Members
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
public sealed class ConsumerApplicationsSummary
Constructors
ConsumerApplicationsSummary()
Declaration
public ConsumerApplicationsSummary()
Properties
ExpiredAccessKeys
Gets or sets the number of not expired access keys.
Declaration
[DataMember]
public int ExpiredAccessKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalAccessKeys
Gets or sets the total number of generated access keys.
Declaration
[DataMember]
public int TotalAccessKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalApplications
Gets or sets the total number of registered applications.
Declaration
[DataMember]
public int TotalApplications { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
TotalSubscriptions
Gets or sets the total number of unique subscriptions that have at least one generated access key.
Declaration
[DataMember]
public int TotalSubscriptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |