summaryrefslogtreecommitdiffstats
path: root/static/redfish/v1/JsonSchemas/ExternalAccountProvider
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2019-01-21 10:11:34 -0600
committerEd Tanous <ed.tanous@intel.com>2019-02-02 01:11:52 +0000
commitd45d2d0f40413ca91af7fdc2f08b71f2bd828825 (patch)
treeea024d02ce6aeae285e2c2b34af0a55ac60d92af /static/redfish/v1/JsonSchemas/ExternalAccountProvider
parentfe7e97d3108aa98b6bead4101694098b09adbafb (diff)
downloadbmcweb-d45d2d0f40413ca91af7fdc2f08b71f2bd828825.tar.gz
bmcweb-d45d2d0f40413ca91af7fdc2f08b71f2bd828825.zip
Redfish: Update schema files to 2018.3
Redfish schema 2018.3 was released on January 11th, 2019. While there aren't any plans to utilize any of the new services, it makes sense to keep up to date with the latest static data. This commit was largely done automatically using the update_schemas.py script. Change-Id: I74c6fac08d21629ca976ff8694fce011b5247e34 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
Diffstat (limited to 'static/redfish/v1/JsonSchemas/ExternalAccountProvider')
-rw-r--r--static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json b/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
index c05260d..dea1b95 100644
--- a/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
+++ b/static/redfish/v1/JsonSchemas/ExternalAccountProvider/ExternalAccountProvider.json
@@ -1,4 +1,5 @@
{
+ "$id": "http://redfish.dmtf.org/schemas/v1/ExternalAccountProvider.v1_1_0.json",
"$ref": "#/definitions/ExternalAccountProvider",
"$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
"copyright": "Copyright 2014-2018 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
@@ -199,6 +200,13 @@
"description": "This property contains the authentication information for the external account provider.",
"longDescription": "The value of this property shall contain the authentication information for the external account provider."
},
+ "Certificates": {
+ "$ref": "http://redfish.dmtf.org/schemas/v1/CertificateCollection.json#/definitions/CertificateCollection",
+ "description": "This is a reference to a collection of certificates used for the external account provider.",
+ "longDescription": "The value of this property shall be a link to a collection of type CertificateCollection.",
+ "readonly": true,
+ "versionAdded": "v1_1_0"
+ },
"Description": {
"anyOf": [
{
@@ -492,5 +500,6 @@
}
},
"owningEntity": "DMTF",
- "title": "#ExternalAccountProvider.v1_0_1.ExternalAccountProvider"
+ "release": "2018.3",
+ "title": "#ExternalAccountProvider.v1_1_0.ExternalAccountProvider"
} \ No newline at end of file
OpenPOWER on IntegriCloud