-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4462 from hashicorp/data/regeneration-from-9c485e…
…98f43ba2dfa0fe644e5677d7abe55fb9e3-rest-api-specs Data: Rest Api Specs - regenerating based on 9c485e9
- Loading branch information
Showing
58 changed files
with
1,101 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...nitions/resource-manager/VideoIndexer/2024-01-01/AccessToken/Constant-PermissionType.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"name": "PermissionType", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Contributor", | ||
"value": "Contributor" | ||
}, | ||
{ | ||
"key": "Reader", | ||
"value": "Reader" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
api-definitions/resource-manager/VideoIndexer/2024-01-01/AccessToken/Constant-Scope.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "Scope", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Account", | ||
"value": "Account" | ||
}, | ||
{ | ||
"key": "Project", | ||
"value": "Project" | ||
}, | ||
{ | ||
"key": "Video", | ||
"value": "Video" | ||
} | ||
] | ||
} |
21 changes: 21 additions & 0 deletions
21
api-definitions/resource-manager/VideoIndexer/2024-01-01/AccessToken/Model-AccessToken.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "AccessToken", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "accessToken", | ||
"name": "AccessToken", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
66 changes: 66 additions & 0 deletions
66
...urce-manager/VideoIndexer/2024-01-01/AccessToken/Model-GenerateAccessTokenParameters.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"name": "GenerateAccessTokenParameters", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "permissionType", | ||
"name": "PermissionType", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "PermissionType", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "projectId", | ||
"name": "ProjectId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "scope", | ||
"name": "Scope", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "Scope", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "videoId", | ||
"name": "VideoId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
Oops, something went wrong.