-
Notifications
You must be signed in to change notification settings - Fork 187
/
CopyAuthorizationOutput.yml
94 lines (93 loc) · 2.89 KB
/
CopyAuthorizationOutput.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
### YamlMime:TSType
name: CopyAuthorizationOutput
uid: '@azure-rest/ai-document-intelligence.CopyAuthorizationOutput'
package: '@azure-rest/ai-document-intelligence'
summary: |-
Authorization to copy a document model to the specified target resource and
modelId.
fullName: CopyAuthorizationOutput
remarks: ''
isDeprecated: false
type: interface
properties:
- name: accessToken
uid: '@azure-rest/ai-document-intelligence.CopyAuthorizationOutput.accessToken'
package: '@azure-rest/ai-document-intelligence'
summary: Token used to authorize the request.
fullName: accessToken
remarks: ''
isDeprecated: false
syntax:
content: 'accessToken: string'
return:
description: ''
type: string
- name: expirationDateTime
uid: >-
@azure-rest/ai-document-intelligence.CopyAuthorizationOutput.expirationDateTime
package: '@azure-rest/ai-document-intelligence'
summary: Date/time when the access token expires.
fullName: expirationDateTime
remarks: ''
isDeprecated: false
syntax:
content: 'expirationDateTime: string'
return:
description: ''
type: string
- name: targetModelId
uid: '@azure-rest/ai-document-intelligence.CopyAuthorizationOutput.targetModelId'
package: '@azure-rest/ai-document-intelligence'
summary: Identifier of the target document model.
fullName: targetModelId
remarks: ''
isDeprecated: false
syntax:
content: 'targetModelId: string'
return:
description: ''
type: string
- name: targetModelLocation
uid: >-
@azure-rest/ai-document-intelligence.CopyAuthorizationOutput.targetModelLocation
package: '@azure-rest/ai-document-intelligence'
summary: URL of the copied document model in the target account.
fullName: targetModelLocation
remarks: ''
isDeprecated: false
syntax:
content: 'targetModelLocation: string'
return:
description: ''
type: string
- name: targetResourceId
uid: >-
@azure-rest/ai-document-intelligence.CopyAuthorizationOutput.targetResourceId
package: '@azure-rest/ai-document-intelligence'
summary: >-
ID of the target Azure resource where the document model should be copied
to.
fullName: targetResourceId
remarks: ''
isDeprecated: false
syntax:
content: 'targetResourceId: string'
return:
description: ''
type: string
- name: targetResourceRegion
uid: >-
@azure-rest/ai-document-intelligence.CopyAuthorizationOutput.targetResourceRegion
package: '@azure-rest/ai-document-intelligence'
summary: >-
Location of the target Azure resource where the document model should be
copied
to.
fullName: targetResourceRegion
remarks: ''
isDeprecated: false
syntax:
content: 'targetResourceRegion: string'
return:
description: ''
type: string