|
8712 | 8712 | }, |
8713 | 8713 | "/Api/CloudMatrix/Dashboard": { |
8714 | 8714 | "get": { |
8715 | | - "description": "Retrieves the list of cloud matrix correlation records on the tenant provided inside the token. Can use filters targeting creation date to limit results. Cloud matrix records store the metadata for a specific cloud matrix correlation.\n\nThis endpoint requires the `CloudMatrix.Read` scope (permission).", |
| 8715 | + "description": "Retrieves the list of cloud matrix correlation records on the tenant provided inside the token. Can use filters targeting creation date to limit results. Cloud matrix records store the metadata for a specific cloud matrix correlation.\n\nThis endpoint requires the `CloudMatrix.Read`, `CloudMatrix.Read.Del`, `CloudMatrix.Read.All`, `CloudMatrix.ReadWrite`, or `CloudMatrix.ReadWrite.All` scope (permission).", |
8716 | 8716 | "operationId": "/Api/CloudMatrix/Dashboard/Get", |
8717 | 8717 | "parameters": [ |
8718 | 8718 | { |
|
8794 | 8794 | }, |
8795 | 8795 | "/Api/CloudMatrix/Account/{accountId}/Dashboard": { |
8796 | 8796 | "get": { |
8797 | | - "description": "Retrieves the list of cloud matrix correlation records on the account passed in. Can use filters targeting creation date to limit results. Cloud matrix records store the metadata for a specific cloud matrix correlation.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` scope (permission).", |
| 8797 | + "description": "Retrieves the list of cloud matrix correlation records on the account passed in. Can use filters targeting creation date to limit results. Cloud matrix records store the metadata for a specific cloud matrix correlation.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` or `CloudMatrix.ReadWrite.All` scope (permission).", |
8798 | 8798 | "operationId": "/Api/CloudMatrix/Account/:accountId/Dashboard/Get", |
8799 | 8799 | "parameters": [ |
8800 | 8800 | { |
|
8879 | 8879 | }, |
8880 | 8880 | "/Api/CloudMatrix/Template": { |
8881 | 8881 | "get": { |
8882 | | - "description": "Get a default assessment schema object as schema structure reference. \n\nThis endpoint requires the `CloudMatrix.Read` scope (permission).", |
| 8882 | + "description": "Get a default assessment schema object as schema structure reference. \n\nThis endpoint requires the `CloudMatrix.Read`, `CloudMatrix.Read.Del`, `CloudMatrix.Read.All`, `CloudMatrix.ReadWrite`, or `CloudMatrix.ReadWrite.All` scope (permission).", |
8883 | 8883 | "operationId": "/Api/CloudMatrix/Template/Get", |
8884 | 8884 | "responses": { |
8885 | 8885 | "200": { |
|
9896 | 9896 | "summary": "Update Cloud Matrix Assessment" |
9897 | 9897 | }, |
9898 | 9898 | "get": { |
9899 | | - "description": "Retrieves the details of a specific Cloud Matrix correlation record.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` scope (permission).", |
| 9899 | + "description": "Retrieves the details of a specific Cloud Matrix correlation record.\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` or `CloudMatrix.ReadWrite.All` scope (permission).", |
9900 | 9900 | "operationId": "/Api/CloudMatrix/Account/:accountId/Correlation/:correlationId/Get", |
9901 | 9901 | "parameters": [ |
9902 | 9902 | { |
|
9948 | 9948 | }, |
9949 | 9949 | "/Api/CloudMatrix/Correlation/{correlationId}": { |
9950 | 9950 | "get": { |
9951 | | - "description": "Retrieves the details of a specific Cloud Matrix correlation record if it exists on the tenant found in the token.\n\nThis endpoint requires the `CloudMatrix.Read` scope (permission).", |
| 9951 | + "description": "Retrieves the details of a specific Cloud Matrix correlation record if it exists on the tenant found in the token.\n\nThis endpoint requires the `CloudMatrix.Read`, `CloudMatrix.Read.Del`, `CloudMatrix.Read.All`, `CloudMatrix.ReadWrite`, or `CloudMatrix.ReadWrite.All` scope (permission).", |
9952 | 9952 | "operationId": "/Api/CloudMatrix/Correlation/:correlationId/Get", |
9953 | 9953 | "parameters": [ |
9954 | 9954 | { |
|
9998 | 9998 | "/Api/CloudMatrix/Correlation/{correlationId}/Data": { |
9999 | 9999 | "get": { |
10000 | 10000 | "summary": "Get Specific Cloud Matrix Assessment Data With Correlation Record by CorrelationId.", |
10001 | | - "description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified correlation ID if it exists on the tenant found in the token.\n\nThis endpoint requires the `CloudMatrix.Read` scope (permission).", |
| 10001 | + "description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified correlation ID if it exists on the tenant found in the token.\n\nThis endpoint requires the `CloudMatrix.Read`, `CloudMatrix.Read.Del`, `CloudMatrix.Read.All`, `CloudMatrix.ReadWrite`, or `CloudMatrix.ReadWrite.All` scope (permission).", |
10002 | 10002 | "operationId": "/Api/CloudMatrix/Correlation/:correlationId/Data/Get", |
10003 | 10003 | "parameters": [ |
10004 | 10004 | { |
|
10324 | 10324 | "/Api/CloudMatrix/Account/{accountId}/Correlation/{correlationId}/Data": { |
10325 | 10325 | "get": { |
10326 | 10326 | "summary": "Get Specific Cloud Matrix Assessment Data With Correlation Record by AccountId and CorrelationId", |
10327 | | - "description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified account ID (`accountId`) and correlation ID (`correlationId`).\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` scope (permission).", |
| 10327 | + "description": "Retrieves Cloud Matrix Assessment data with correlation record associated with the specified account ID (`accountId`) and correlation ID (`correlationId`).\n\nThis endpoint is only accessible from the `SHI` and `SHI Lab` tenants and requires the `CloudMatrix.Read.All` or `CloudMatrix.ReadWrite.All` scope (permission).", |
10328 | 10328 | "operationId": "/Api/CloudMatrix/Account/:accountId/Correlation/:correlationId/Data/Get", |
10329 | 10329 | "parameters": [ |
10330 | 10330 | { |
|
0 commit comments