-
Notifications
You must be signed in to change notification settings - Fork 188
/
UserAssignedIdentity.yml
54 lines (52 loc) · 1.47 KB
/
UserAssignedIdentity.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
### YamlMime:TSType
name: UserAssignedIdentity
uid: '@azure/arm-hdinsight.UserAssignedIdentity'
package: '@azure/arm-hdinsight'
summary: The User Assigned Identity
fullName: UserAssignedIdentity
remarks: ''
isDeprecated: false
type: interface
properties:
- name: clientId
uid: '@azure/arm-hdinsight.UserAssignedIdentity.clientId'
package: '@azure/arm-hdinsight'
summary: >-
The client id of user assigned identity.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: clientId
remarks: ''
isDeprecated: false
syntax:
content: 'clientId?: string'
return:
description: ''
type: string
- name: principalId
uid: '@azure/arm-hdinsight.UserAssignedIdentity.principalId'
package: '@azure/arm-hdinsight'
summary: >-
The principal id of user assigned identity.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: principalId
remarks: ''
isDeprecated: false
syntax:
content: 'principalId?: string'
return:
description: ''
type: string
- name: tenantId
uid: '@azure/arm-hdinsight.UserAssignedIdentity.tenantId'
package: '@azure/arm-hdinsight'
summary: The tenant id of user assigned identity.
fullName: tenantId
remarks: ''
isDeprecated: false
syntax:
content: 'tenantId?: string'
return:
description: ''
type: string