Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Resources.json #16996

Merged
merged 2 commits into from
Jan 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -91,19 +94,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -141,19 +147,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -191,19 +200,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -241,19 +253,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -291,19 +306,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -341,19 +359,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -391,19 +412,22 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"type": "string"
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
Expand Down Expand Up @@ -441,19 +465,65 @@
},
"authorization": {
"description": "The requested authorization for the operation.",
"type": "string"
"$ref": "#/definitions/ResourceAuthorization"
},
"claims": {
"description": "The properties of the claims.",
"type": "string"
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"correlationId": {
"description": "An operation ID used for troubleshooting.",
"type": "string"
},
"httpRequest": {
"description": "The details of the operation.",
"$ref": "#/definitions/ResourceHttpRequest"
}
}
},
"ResourceHttpRequest": {
"description": "The details of the HTTP request.",
"type": "object",
"properties": {
"clientRequestId": {
"description": "The client request ID.",
"type": "string"
},
"clientIpAddress": {
"description": "The client IP address.",
"type": "string"
},
"method": {
"description": "The request method.",
"type": "string"
},
"url": {
"description": "The url used in the request.",
"type": "string"
}
}
},
"ResourceAuthorization": {
"description": "The details of the authorization for the resource.",
"type": "object",
"properties": {
"scope": {
"description": "The scope of the authorization.",
"type": "string"
},
"action": {
"description": "The action being requested.",
"type": "string"
},
"evidence": {
"description": "The evidence for the authorization.",
"type": "object",
"additionalProperties": {
"type": "string"
}
}
}
}
Expand Down