-
Notifications
You must be signed in to change notification settings - Fork 187
/
ManagedServiceIdentity.yml
79 lines (77 loc) · 2.63 KB
/
ManagedServiceIdentity.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
### YamlMime:TSType
name: ManagedServiceIdentity
uid: '@azure/arm-apicenter.ManagedServiceIdentity'
package: '@azure/arm-apicenter'
summary: Managed service identity (system assigned and/or user assigned identities)
fullName: ManagedServiceIdentity
remarks: ''
isDeprecated: false
type: interface
properties:
- name: principalId
uid: '@azure/arm-apicenter.ManagedServiceIdentity.principalId'
package: '@azure/arm-apicenter'
summary: >-
The service principal ID of the system assigned identity. This property
will only be provided for a system 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-apicenter.ManagedServiceIdentity.tenantId'
package: '@azure/arm-apicenter'
summary: >-
The tenant ID of the system assigned identity. This property will only be
provided for a system assigned identity.
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
- name: type
uid: '@azure/arm-apicenter.ManagedServiceIdentity.type'
package: '@azure/arm-apicenter'
summary: >-
Type of managed service identity (where both SystemAssigned and
UserAssigned types are allowed).
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type: string'
return:
description: ''
type: string
- name: userAssignedIdentities
uid: '@azure/arm-apicenter.ManagedServiceIdentity.userAssignedIdentities'
package: '@azure/arm-apicenter'
summary: >-
The set of user assigned identities associated with the resource. The
userAssignedIdentities dictionary keys will be ARM resource ids in the
form:
'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}.
The dictionary values can be empty objects ({}) in requests.
fullName: userAssignedIdentities
remarks: ''
isDeprecated: false
syntax:
content: >-
userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity |
null}
return:
description: ''
type: >-
{[propertyName: string]: <xref
uid="@azure/arm-apicenter.UserAssignedIdentity" /> | null}