-
Notifications
You must be signed in to change notification settings - Fork 188
/
ProviderPropertiesAad.yml
42 lines (40 loc) · 1.1 KB
/
ProviderPropertiesAad.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
### YamlMime:TSType
name: ProviderPropertiesAad
uid: '@azure/arm-quantum.ProviderPropertiesAad'
package: '@azure/arm-quantum'
summary: Azure Active Directory info.
fullName: ProviderPropertiesAad
remarks: ''
isDeprecated: false
type: interface
properties:
- name: applicationId
uid: '@azure/arm-quantum.ProviderPropertiesAad.applicationId'
package: '@azure/arm-quantum'
summary: >-
Provider's application id.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: applicationId
remarks: ''
isDeprecated: false
syntax:
content: 'applicationId?: string'
return:
description: ''
type: string
- name: tenantId
uid: '@azure/arm-quantum.ProviderPropertiesAad.tenantId'
package: '@azure/arm-quantum'
summary: >-
Provider's tenant id.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: tenantId
remarks: ''
isDeprecated: false
syntax:
content: 'tenantId?: string'
return:
description: ''
type: string