blob: 301f51a5c2fb2eabb255d94982dd4c3ae3b0a877 [file] [log] [blame]
Ed Tanous118b1c72018-09-13 13:45:51 -07001{
Ed Tanoused761212022-09-23 15:03:29 -07002 "$id": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.v1_9_0.json",
Ed Tanous118b1c72018-09-13 13:45:51 -07003 "$ref": "#/definitions/ManagerAccount",
Ed Tanous530520e2019-01-02 13:41:37 -08004 "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
Ed Tanoused761212022-09-23 15:03:29 -07005 "copyright": "Copyright 2014-2022 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
Ed Tanous118b1c72018-09-13 13:45:51 -07006 "definitions": {
7 "Actions": {
8 "additionalProperties": false,
Gunnar Mills844b4152020-06-22 12:44:09 -05009 "description": "The available actions for this resource.",
10 "longDescription": "This type shall contain the available actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -070011 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070012 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070013 "description": "This property shall specify a valid odata or Redfish property.",
14 "type": [
15 "array",
16 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080017 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070018 "number",
19 "null",
20 "object",
21 "string"
22 ]
23 }
24 },
25 "properties": {
26 "Oem": {
Ed Tanous530520e2019-01-02 13:41:37 -080027 "$ref": "#/definitions/OemActions",
Gunnar Mills844b4152020-06-22 12:44:09 -050028 "description": "The available OEM-specific actions for this resource.",
29 "longDescription": "This property shall contain the available OEM-specific actions for this resource.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -060030 "versionAdded": "v1_1_0"
Ed Tanous118b1c72018-09-13 13:45:51 -070031 }
32 },
33 "type": "object"
34 },
35 "Links": {
36 "additionalProperties": false,
Gunnar Mills844b4152020-06-22 12:44:09 -050037 "description": "The links to other resources that are related to this resource.",
38 "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -070039 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070040 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070041 "description": "This property shall specify a valid odata or Redfish property.",
42 "type": [
43 "array",
44 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080045 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070046 "number",
47 "null",
48 "object",
49 "string"
50 ]
51 }
52 },
53 "properties": {
54 "Oem": {
55 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
Ed Tanouscb103132019-10-08 11:34:22 -070056 "description": "The OEM extension property.",
57 "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."
Ed Tanous118b1c72018-09-13 13:45:51 -070058 },
59 "Role": {
60 "$ref": "http://redfish.dmtf.org/schemas/v1/Role.json#/definitions/Role",
Gunnar Mills844b4152020-06-22 12:44:09 -050061 "description": "The link to the Redfish role that defines the privileges for this account.",
62 "longDescription": "This property shall contain a link to a resource of type Role, and should link to the resource identified by the RoleId property.",
Ed Tanous118b1c72018-09-13 13:45:51 -070063 "readonly": true
64 }
65 },
66 "type": "object"
67 },
68 "ManagerAccount": {
69 "additionalProperties": false,
Gunnar Mills844b4152020-06-22 12:44:09 -050070 "description": "The ManagerAccount schema defines the user accounts that are owned by a manager. Changes to a manager account might affect the current Redfish service connection if this manager is responsible for the Redfish service.",
Gunnar Mills60c922d2021-12-01 09:28:53 -060071 "longDescription": "This resource shall represent a user account for the manager in a Redfish implementation. The account shall indicate the allowed access to one of more services in the manager.",
Ed Tanous118b1c72018-09-13 13:45:51 -070072 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -070073 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -070074 "description": "This property shall specify a valid odata or Redfish property.",
75 "type": [
76 "array",
77 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -080078 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -070079 "number",
80 "null",
81 "object",
82 "string"
83 ]
84 }
85 },
86 "properties": {
87 "@odata.context": {
Ed Tanouscb103132019-10-08 11:34:22 -070088 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context"
Ed Tanous118b1c72018-09-13 13:45:51 -070089 },
90 "@odata.etag": {
Ed Tanouscb103132019-10-08 11:34:22 -070091 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag"
Ed Tanous118b1c72018-09-13 13:45:51 -070092 },
93 "@odata.id": {
Ed Tanouscb103132019-10-08 11:34:22 -070094 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id"
Ed Tanous118b1c72018-09-13 13:45:51 -070095 },
96 "@odata.type": {
Ed Tanouscb103132019-10-08 11:34:22 -070097 "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type"
Ed Tanous118b1c72018-09-13 13:45:51 -070098 },
Gunnar Mills10f270b2021-05-19 15:34:06 -050099 "AccountExpiration": {
100 "description": "Indicates the date and time when this account expires. If `null`, the account never expires.",
101 "format": "date-time",
102 "longDescription": "This property shall contain the date and time when this account expires. The service shall disable or delete an account that has expired. This property shall not apply to accounts created by the Redfish Host Interface Specification-defined credential bootstrapping. If the value is `null`, or the property is not present, the account never expires.",
103 "readonly": false,
104 "type": [
105 "string",
106 "null"
107 ],
108 "versionAdded": "v1_8_0"
109 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600110 "AccountTypes": {
Gunnar Mills60c922d2021-12-01 09:28:53 -0600111 "description": "The list of services in the manager that the account is allowed to access.",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600112 "items": {
113 "anyOf": [
114 {
Gunnar Mills262d7d42021-01-20 16:28:41 -0600115 "$ref": "http://redfish.dmtf.org/schemas/v1/ManagerAccount.json#/definitions/AccountTypes"
Gunnar Mills6f44b752020-02-06 16:50:51 -0600116 },
117 {
118 "type": "null"
119 }
120 ]
121 },
Gunnar Mills60c922d2021-12-01 09:28:53 -0600122 "longDescription": "This property shall contain an array of the various manager services that the account is allowed to access. This shall not include functionality for receiving events or other notifications. If this property is not provided by the client, the default value shall be an array that contains the value `Redfish`. The service may add additional values when this property is set or updated if allowed by the value of the StrictAccountTypes property.",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600123 "readonly": false,
124 "type": "array",
125 "versionAdded": "v1_4_0"
126 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700127 "Actions": {
128 "$ref": "#/definitions/Actions",
Gunnar Mills844b4152020-06-22 12:44:09 -0500129 "description": "The available actions for this resource.",
130 "longDescription": "The actions property shall contain the available actions for this resource.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600131 "versionAdded": "v1_1_0"
132 },
133 "Certificates": {
134 "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
Ed Tanouscb103132019-10-08 11:34:22 -0700135 "description": "The link to a collection of certificates used for this account.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500136 "longDescription": "This property shall contain a link to a resource collection of type CertificateCollection.",
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600137 "readonly": true,
138 "versionAdded": "v1_2_0"
Ed Tanous118b1c72018-09-13 13:45:51 -0700139 },
140 "Description": {
141 "anyOf": [
142 {
143 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description"
144 },
145 {
146 "type": "null"
147 }
148 ],
149 "readonly": true
150 },
151 "Enabled": {
Gunnar Mills09b9d452020-02-11 13:27:39 -0600152 "description": "An indication of whether an account is enabled. An administrator can disable it without deleting the user information. If `true`, the account is enabled and the user can log in. If `false`, the account is disabled and, in the future, the user cannot log in.",
153 "longDescription": "This property shall indicate whether an account is enabled. If `true`, the account is enabled and the user can log in. If `false`, the account is disabled and, in the future, the user cannot log in.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700154 "readonly": false,
155 "type": "boolean"
156 },
Gunnar Mills10f270b2021-05-19 15:34:06 -0500157 "HostBootstrapAccount": {
158 "description": "An indication of whether this account is a bootstrap account for the host interface.",
159 "longDescription": "This property shall indicate whether this account is a bootstrap account created by the Redfish Host Interface Specification-defined credential bootstrapping.",
160 "readonly": true,
161 "type": "boolean",
162 "versionAdded": "v1_8_0"
163 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700164 "Id": {
165 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id",
166 "readonly": true
167 },
Ed Tanoused761212022-09-23 15:03:29 -0700168 "Keys": {
169 "$ref": "http://redfish.dmtf.org/schemas/v1/KeyCollection.json#/definitions/KeyCollection",
170 "description": "The link to the collection of keys that can be used to authenticate this account. For example, an SSH public key could be added to this collection to allow for SSH public key authentication.",
171 "longDescription": "This property shall contain a link to a resource collection of type KeyCollection that contains the keys that can be used to authenticate this account.",
172 "readonly": true,
173 "versionAdded": "v1_9_0"
174 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700175 "Links": {
176 "$ref": "#/definitions/Links",
Gunnar Mills844b4152020-06-22 12:44:09 -0500177 "description": "The links to other resources that are related to this resource.",
178 "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."
Ed Tanous118b1c72018-09-13 13:45:51 -0700179 },
180 "Locked": {
Gunnar Mills844b4152020-06-22 12:44:09 -0500181 "description": "An indication of whether the account service automatically locked the account because the lockout threshold was exceeded. To manually unlock the account before the lockout duration period, an administrator can change the property to `false` to clear the lockout condition.",
182 "longDescription": "This property shall indicate whether the account service automatically locked the account because the AccountLockoutThreshold was exceeded. To manually unlock the account before the lockout duration period, an administrator shall be able to change the property to `false` to clear the lockout condition.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700183 "readonly": false,
184 "type": "boolean"
185 },
186 "Name": {
187 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name",
188 "readonly": true
189 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600190 "OEMAccountTypes": {
191 "description": "The OEM account types.",
192 "items": {
193 "type": [
194 "string",
195 "null"
196 ]
197 },
198 "longDescription": "This property shall contain an array of the OEM account types for this account. This property shall be valid when AccountTypes contains `OEM`.",
199 "readonly": false,
200 "type": "array",
201 "versionAdded": "v1_4_0"
202 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700203 "Oem": {
204 "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem",
Ed Tanouscb103132019-10-08 11:34:22 -0700205 "description": "The OEM extension property.",
206 "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements."
Ed Tanous118b1c72018-09-13 13:45:51 -0700207 },
208 "Password": {
Ed Tanouscb103132019-10-08 11:34:22 -0700209 "description": "The password. Use this property with a PATCH or PUT to write the password for the account. This property is `null` in responses.",
210 "longDescription": "This property shall contain the password for this account. The value shall be `null` in responses.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700211 "readonly": false,
212 "type": [
213 "string",
214 "null"
215 ]
216 },
Ed Tanouscb103132019-10-08 11:34:22 -0700217 "PasswordChangeRequired": {
218 "description": "An indication of whether the service requires that the password for this account be changed before further access to the account is allowed.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500219 "longDescription": "This property shall indicate whether the service requires that the password for this account be changed before further access to the account is allowed. The implementation may deny access to the service if the password has not been changed. A manager account created with an initial PasswordChangeRequired value of `true` may force a password change before first access of the account. When the Password property for this account is updated, the service shall set this property to `false`.",
Ed Tanouscb103132019-10-08 11:34:22 -0700220 "readonly": false,
221 "type": [
222 "boolean",
223 "null"
224 ],
225 "versionAdded": "v1_3_0"
226 },
Gunnar Millsa778c022020-05-12 12:20:36 -0500227 "PasswordExpiration": {
228 "description": "Indicates the date and time when this account password expires. If `null`, the account password never expires.",
229 "format": "date-time",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500230 "longDescription": "This property shall contain the date and time when this account password expires. If the value is `null`, the account password never expires. If provided during account creation or password modification, this value shall override the value of the PasswordExpirationDays property in the AccountService resource.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500231 "readonly": false,
232 "type": [
233 "string",
234 "null"
235 ],
236 "versionAdded": "v1_6_0"
237 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700238 "RoleId": {
Gunnar Mills844b4152020-06-22 12:44:09 -0500239 "description": "The role for this account.",
240 "longDescription": "This property shall contain the RoleId of the role resource configured for this account. The service shall reject POST, PATCH, or PUT operations that provide a RoleId that does not exist by returning the HTTP 400 (Bad Request) status code.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700241 "readonly": false,
242 "type": "string"
243 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600244 "SNMP": {
245 "anyOf": [
246 {
247 "$ref": "#/definitions/SNMPUserInfo"
248 },
249 {
250 "type": "null"
251 }
252 ],
253 "description": "The SNMP settings for this account.",
254 "longDescription": "This property shall contain the SNMP settings for this account when AccountTypes contains `SNMP`.",
255 "versionAdded": "v1_4_0"
256 },
Gunnar Mills262d7d42021-01-20 16:28:41 -0600257 "StrictAccountTypes": {
258 "description": "Indicates if the service needs to use the account types exactly as specified when the account is created or updated.",
Gunnar Mills10f270b2021-05-19 15:34:06 -0500259 "longDescription": "This property shall indicate if the service needs to use the value of AccountTypes and OEMAccountTypes values exactly as specified. A `true` value shall indicate the service needs to either accept the value without changes or reject the request. A `false` value shall indicate the service may add additional `AccountTypes` and `OEMAccountTypes` values as needed to support limitations it has in separately controlling access to individual services. If this property is not present, the value shall be assumed to be `false`. An update of the service can cause account types to be added to or removed from the AccountTypes and OEMAccountTypes properties, regardless of the value of this property. After a service update, clients should inspect all accounts where the value of this property is `true` and perform maintenance as needed.",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600260 "readonly": false,
261 "type": [
262 "boolean",
263 "null"
264 ],
265 "versionAdded": "v1_7_0"
266 },
Ed Tanous118b1c72018-09-13 13:45:51 -0700267 "UserName": {
Ed Tanouscb103132019-10-08 11:34:22 -0700268 "description": "The user name for the account.",
269 "longDescription": "This property shall contain the user name for this account.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700270 "readonly": false,
271 "type": "string"
272 }
273 },
274 "required": [
Ed Tanous530520e2019-01-02 13:41:37 -0800275 "@odata.id",
276 "@odata.type",
Ed Tanous118b1c72018-09-13 13:45:51 -0700277 "Id",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600278 "Name",
279 "AccountTypes"
Ed Tanous118b1c72018-09-13 13:45:51 -0700280 ],
281 "requiredOnCreate": [
282 "Password",
283 "UserName",
284 "RoleId"
285 ],
286 "type": "object"
287 },
288 "OemActions": {
289 "additionalProperties": true,
Gunnar Mills844b4152020-06-22 12:44:09 -0500290 "description": "The available OEM-specific actions for this resource.",
291 "longDescription": "This type shall contain the available OEM-specific actions for this resource.",
Ed Tanous118b1c72018-09-13 13:45:51 -0700292 "patternProperties": {
Ed Tanouscb103132019-10-08 11:34:22 -0700293 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
Ed Tanous118b1c72018-09-13 13:45:51 -0700294 "description": "This property shall specify a valid odata or Redfish property.",
295 "type": [
296 "array",
297 "boolean",
Ed Tanous530520e2019-01-02 13:41:37 -0800298 "integer",
Ed Tanous118b1c72018-09-13 13:45:51 -0700299 "number",
300 "null",
301 "object",
302 "string"
303 ]
304 }
305 },
306 "properties": {},
307 "type": "object"
Gunnar Mills6f44b752020-02-06 16:50:51 -0600308 },
309 "SNMPAuthenticationProtocols": {
310 "enum": [
311 "None",
312 "HMAC_MD5",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600313 "HMAC_SHA96",
314 "HMAC128_SHA224",
315 "HMAC192_SHA256",
316 "HMAC256_SHA384",
317 "HMAC384_SHA512"
Gunnar Mills6f44b752020-02-06 16:50:51 -0600318 ],
319 "enumDescriptions": {
Gunnar Mills262d7d42021-01-20 16:28:41 -0600320 "HMAC128_SHA224": "HMAC-128-SHA-224 authentication.",
321 "HMAC192_SHA256": "HMAC-192-SHA-256 authentication.",
322 "HMAC256_SHA384": "HMAC-256-SHA-384 authentication.",
323 "HMAC384_SHA512": "HMAC-384-SHA-512 authentication.",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600324 "HMAC_MD5": "HMAC-MD5-96 authentication.",
325 "HMAC_SHA96": "HMAC-SHA-96 authentication.",
326 "None": "No authentication."
327 },
328 "enumLongDescriptions": {
Gunnar Mills262d7d42021-01-20 16:28:41 -0600329 "HMAC128_SHA224": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC128SHA224AuthProtocol.",
330 "HMAC192_SHA256": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC192SHA256AuthProtocol.",
331 "HMAC256_SHA384": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC256SHA384AuthProtocol.",
332 "HMAC384_SHA512": "This value shall indicate authentication for SNMPv3 access conforms to the RFC7860-defined usmHMAC384SHA512AuthProtocol.",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600333 "HMAC_MD5": "This value shall indicate authentication conforms to the RFC3414-defined HMAC-MD5-96 authentication protocol.",
334 "HMAC_SHA96": "This value shall indicate authentication conforms to the RFC3414-defined HMAC-SHA-96 authentication protocol.",
335 "None": "This value shall indicate authentication is not required."
336 },
Gunnar Mills262d7d42021-01-20 16:28:41 -0600337 "enumVersionAdded": {
338 "HMAC128_SHA224": "v1_7_0",
339 "HMAC192_SHA256": "v1_7_0",
340 "HMAC256_SHA384": "v1_7_0",
341 "HMAC384_SHA512": "v1_7_0"
342 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600343 "type": "string"
344 },
345 "SNMPEncryptionProtocols": {
346 "enum": [
347 "None",
348 "CBC_DES",
349 "CFB128_AES128"
350 ],
351 "enumDescriptions": {
352 "CBC_DES": "CBC-DES encryption.",
353 "CFB128_AES128": "CFB128-AES-128 encryption.",
354 "None": "No encryption."
355 },
356 "enumLongDescriptions": {
357 "CBC_DES": "This value shall indicate encryption conforms to the RFC3414-defined CBC-DES encryption protocol.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500358 "CFB128_AES128": "This value shall indicate encryption conforms to the RFC3826-defined CFB128-AES-128 encryption protocol.",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600359 "None": "This value shall indicate there is no encryption."
360 },
361 "type": "string"
362 },
363 "SNMPUserInfo": {
364 "additionalProperties": false,
365 "description": "The SNMP settings for an account.",
366 "longDescription": "This object shall contain the SNMP settings for an account.",
367 "patternProperties": {
368 "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": {
369 "description": "This property shall specify a valid odata or Redfish property.",
370 "type": [
371 "array",
372 "boolean",
373 "integer",
374 "number",
375 "null",
376 "object",
377 "string"
378 ]
379 }
380 },
381 "properties": {
382 "AuthenticationKey": {
383 "description": "The secret authentication key for SNMPv3.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500384 "longDescription": "This property shall contain the key for SNMPv3 authentication. The value shall be `null` in responses. This property accepts a passphrase or a hex-encoded key. If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation. If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. The passphrase can contain any printable characters except for the double quotation mark.",
Gunnar Mills262d7d42021-01-20 16:28:41 -0600385 "pattern": "(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{24,96})|(^\\*+$)",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600386 "readonly": false,
387 "type": [
388 "string",
389 "null"
390 ],
391 "versionAdded": "v1_4_0"
392 },
Gunnar Mills09b9d452020-02-11 13:27:39 -0600393 "AuthenticationKeySet": {
394 "description": "Indicates if the AuthenticationKey property is set.",
395 "longDescription": "This property shall contain `true` if a valid value was provided for the AuthenticationKey property. Otherwise, the property shall contain `false`.",
396 "readonly": true,
397 "type": "boolean",
398 "versionAdded": "v1_5_0"
399 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600400 "AuthenticationProtocol": {
401 "anyOf": [
402 {
403 "$ref": "#/definitions/SNMPAuthenticationProtocols"
404 },
405 {
406 "type": "null"
407 }
408 ],
409 "description": "The authentication protocol for SNMPv3.",
410 "longDescription": "This property shall contain the SNMPv3 authentication protocol.",
411 "readonly": false,
412 "versionAdded": "v1_4_0"
413 },
414 "EncryptionKey": {
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500415 "description": "The secret encryption key used in SNMPv3.",
Gunnar Mills844b4152020-06-22 12:44:09 -0500416 "longDescription": "This property shall contain the key for SNMPv3 encryption. The value shall be `null` in responses. This property accepts a passphrase or a hex-encoded key. If the string starts with `Passphrase:`, the remainder of the string shall be the passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. If the string starts with `Hex:`, then the remainder of the string shall be the key encoded in hexadecimal notation. If the string starts with neither, the full string shall be a passphrase and shall be converted to the key as described in the 'Password to Key Algorithm' section of RFC3414. The passphrase can contain any printable characters except for the double quotation mark.",
Gunnar Millsa778c022020-05-12 12:20:36 -0500417 "pattern": "(^[ !#-~]+$)|(^Passphrase:[ ^[ !#-~]+$)|(^Hex:[0-9A-Fa-f]{32})|(^\\*+$)",
Gunnar Mills6f44b752020-02-06 16:50:51 -0600418 "readonly": false,
419 "type": [
420 "string",
421 "null"
422 ],
423 "versionAdded": "v1_4_0"
424 },
Gunnar Mills09b9d452020-02-11 13:27:39 -0600425 "EncryptionKeySet": {
426 "description": "Indicates if the EncryptionKey property is set.",
427 "longDescription": "This property shall contain `true` if a valid value was provided for the EncryptionKey property. Otherwise, the property shall contain `false`.",
428 "readonly": true,
429 "type": "boolean",
430 "versionAdded": "v1_5_0"
431 },
Gunnar Mills6f44b752020-02-06 16:50:51 -0600432 "EncryptionProtocol": {
433 "anyOf": [
434 {
435 "$ref": "#/definitions/SNMPEncryptionProtocols"
436 },
437 {
438 "type": "null"
439 }
440 ],
441 "description": "The encryption protocol for SNMPv3.",
442 "longDescription": "This property shall contain the SNMPv3 encryption protocol.",
443 "readonly": false,
444 "versionAdded": "v1_4_0"
445 }
446 },
447 "type": "object"
Ed Tanous118b1c72018-09-13 13:45:51 -0700448 }
449 },
450 "owningEntity": "DMTF",
Ed Tanoused761212022-09-23 15:03:29 -0700451 "release": "2022.1",
452 "title": "#ManagerAccount.v1_9_0.ManagerAccount"
Ed Tanous118b1c72018-09-13 13:45:51 -0700453}