meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
documentation:redfish_api:account_service [2017/03/30 08:16] – [Response] bildocumentation:redfish_api:account_service [2017/03/30 09:38] – [Account Service] bil
Line 1: Line 1:
 ====== Account Service ====== ====== Account Service ======
  
-Account Service contains properties common to all user accounts, such as password requirements, and control features such as account lockout.  It also contains links to the collections of Manager Accounts and Roles. This resource is used to represent a management account service for Redfish implementation."+Account Service contains properties common to all user accounts, such as password requirements, and control features such as account lockout.  It also contains links to the collections of Manager Accounts and Roles. This resource is used to represent a management account service for this Redfish implementation."
  
-Redfish Schema Version: [[http://redfish.dmtf.org/schemas/AccountService.v1_1_0.json|v1.1.0]]+Redfish Schema: [[http://redfish.dmtf.org/schemas/AccountService.v1_1_0.json|AccountService v1.1.0]]
  
 ===== GET ===== ===== GET =====
Line 19: Line 19:
 | Id | String | No | Uniquely identifies the resource within the collection of like resources | | Id | String | No | Uniquely identifies the resource within the collection of like resources |
 | Name | String | No | The name of the resource | | Name | String | No | The name of the resource |
 +| Description | String | No | Provides a description of this resource. |
 | Status | Object | No | The [[documentation:redfish_api:resource#Status|Status]] of this resource | | Status | Object | No | The [[documentation:redfish_api:resource#Status|Status]] of this resource |
 | ServiceEnabled | Boolean | Yes | Indicates whether this service is enabled | | ServiceEnabled | Boolean | Yes | Indicates whether this service is enabled |
Line 26: Line 27:
 | AccountLockoutThreshold | Number | Yes | The number of failed login attempts before a user account is locked for a specified duration (0=never locked) | | AccountLockoutThreshold | Number | Yes | The number of failed login attempts before a user account is locked for a specified duration (0=never locked) |
 | AccountLockoutDuration | Number | Yes | The time in seconds an account is locked after the account lockout threshold is met. \\ The value is greater or equal to AccountLockoutResetAfter. \\ If set to 0, no lockout will occur | | AccountLockoutDuration | Number | Yes | The time in seconds an account is locked after the account lockout threshold is met. \\ The value is greater or equal to AccountLockoutResetAfter. \\ If set to 0, no lockout will occur |
-| AccountLockoutCounterResetAfter | Number | No | The interval of time in seconds since the last failed login attempt at which point the lockout threshold counter for the account is reset to zero. \\The value is less than or equal to AccountLockoutDuration. |+| AccountLockoutCounterResetAfter | Number | No | The interval of time in seconds since the last failed login attempt at which point the lockout threshold counter for the account is reset to zero. \\ The value is less than or equal to AccountLockoutDuration. |
 | Accounts | Object | No | Link to a collection of [[documentation:redfish_api:manager_account_collection|Manager Accounts]] | | Accounts | Object | No | Link to a collection of [[documentation:redfish_api:manager_account_collection|Manager Accounts]] |
 | Roles | Object | No | Link to a collection of [[documentation:redfish_api:role_collection|Roles]] | | Roles | Object | No | Link to a collection of [[documentation:redfish_api:role_collection|Roles]] |