new SecurityApplication(copyData)
Represents a security application
Parameters:
Name | Type | Description |
---|---|---|
copyData |
SecurityApplication | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
applicationSecret |
string | Gets or sets the application secret used for authenticating the application |
name |
string | Gets or sets the name of the security device/user/role/device. |
lockout |
string | Gets or sets the lockout time as XML date |
lockoutModel |
Date | [Delay loaded from lockout], Gets or sets the lockout |
invalidAuth |
number | Gets or sets the number of invalid authentication attempts |
lastAuthenticationTime |
string | Gets the last authenticated time |
lastAuthenticationTimeModel |
Date | [Delay loaded from lastAuthenticationTime], Gets or sets the last authentication time as a DTO |
updatedTime |
Date | Gets or sets the time that this object was last modified in ISO format |
modifiedOn |
Date | Gets the time this item was modified |
updatedByModel |
SecurityProvenance | [Delay loaded from updatedBy], Gets or sets the user that updated this base data |
updatedBy |
string | Gets or sets the provenance identifier associated with the last update of this object |
creationTimeModel |
Date | [Delay loaded from creationTime], Gets or sets the time at which the data was created |
creationTime |
Date | Gets or sets the creation time as an ISO date format |
obsoletionTimeModel |
Date | [Delay loaded from obsoletionTime], Gets or sets the time when the data is or will become invalid |
obsoletionTime |
Date | Gets or sets the time that the data is no longer valid (was deleted/obsoleted) in ISO format |
createdByModel |
SecurityProvenance | [Delay loaded from createdBy], Gets or sets the user that created this base data |
obsoletedByModel |
SecurityProvenance | [Delay loaded from obsoletedBy], Gets or sets the user that obsoleted this base data |
createdBy |
string | Gets or sets the security provenance object which represents the creation of this object |
obsoletedBy |
string | Gets or sets the security provenance object which represents the obsoletion of this data |
id |
string | Gets or sets the primary identifying UUID of this object |
operation |
BatchOperationType | Gets or sets the operation(see: BatchOperationType for values) |
$type |
string | Gets the type registration of this object |
- Source:
Members
applicationSecret :string
Gets or sets the application secret used for authenticating the application
Type:
- string
- Source:
createdBy :string
Gets or sets the security provenance object which represents the creation of this object
Type:
- string
- Source:
createdByModel :SecurityProvenance
Type:
- Source:
creationTime :Date
Gets or sets the creation time as an ISO date format
Type:
- Date
- Source:
creationTimeModel :Date
Type:
- Date
- Source:
id :string
Gets or sets the primary identifying UUID of this object
Type:
- string
- Source:
invalidAuth :number
Gets or sets the number of invalid authentication attempts
Type:
- number
- Source:
lastAuthenticationTime :string
Gets or sets the last authentication time as a DTO
Type:
- string
- Source:
lastAuthenticationTimeModel :Date
Type:
- Date
- Source:
lockout :string
Gets or sets the lockout time as XML date
Type:
- string
- Source:
lockoutModel :Date
Type:
- Date
- Source:
modifiedOn :Date
Gets the time this item was modified
Type:
- Date
- Source:
name :string
Gets or sets the name of the security device/user/role/device.
Type:
- string
- Source:
obsoletedBy :string
Gets or sets the security provenance object which represents the obsoletion of this data
Type:
- string
- Source:
obsoletedByModel :SecurityProvenance
Type:
- Source:
obsoletionTime :Date
Gets or sets the time that the data is no longer valid (was deleted/obsoleted) in ISO format
Type:
- Date
- Source:
obsoletionTimeModel :Date
Type:
- Date
- Source:
operation :BatchOperationType
Gets or sets the operation
Type:
- Source:
updatedBy :string
Gets or sets the provenance identifier associated with the last update of this object
Type:
- string
- Source:
updatedByModel :SecurityProvenance
Type:
- Source:
updatedTime :Date
Gets or sets the time that this object was last modified in ISO format
Type:
- Date
- Source: