meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
documentation:redfish_api:account_service [2017/03/30 07:54] – created 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 |
-Status Object | No | The status of this resource ([[documentation:redfish_api:resource#Status|Details]]|+Description String | No | Provides a description 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 |
 | AuthFailureLoggingThreshold | Number | No | The number of authorization failures that need to occur before the failure attempt is logged to the manager log | | AuthFailureLoggingThreshold | Number | No | The number of authorization failures that need to occur before the failure attempt is logged to the manager log |
Line 25: Line 26:
 | MaxPasswordLength | Number | No | The maximum password length for this service | | MaxPasswordLength | Number | No | The maximum password length for this service |
 | 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 | [[documentation:redfish_api:manager_account_collection|Link to a collection of Manager Accounts]] | +| Accounts | Object | No | Link to a collection of [[documentation:redfish_api:manager_account_collection|Manager Accounts]] | 
-| Roles | Object | No | [[documentation:redfish_api:role_collection|Link to a collection of Roles]] | +| Roles | Object | No | Link to a collection of [[documentation:redfish_api:role_collection|Roles]] | 
-| PrivilegeMap | Object | No | [[documentation:redfish_api:privilege_registry| Reference to the Privilege mapping defining the privileges needed to perform a requested operation on a URI associated with this service]] |+| PrivilegeMap | Object | No | Link to the [[documentation:redfish_api:privilege_registry|Privilege map]] defining the privileges needed to perform a requested operation on a URI associated with this service |
  
 ===== PUT ===== ===== PUT =====