File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,11 +115,9 @@ EntityTypes:
115115 - creationTimestamp
116116 - principalDisplayName
117117 - principalType
118- FilterProperty :
119- - resourceId
120118 CompositeKey :
121119 - appRoleId
122- - resourceId
120+ - principalId
123121 - Name : microsoft.graph.appRole
124122 ReadOnly :
125123 - origin
Original file line number Diff line number Diff line change @@ -102,11 +102,9 @@ EntityTypes:
102102 - createdDateTime
103103 - principalDisplayName
104104 - principalType
105- FilterProperty :
106- - resourceId
107105 CompositeKey :
108106 - appRoleId
109- - resourceId
107+ - principalId
110108 - Name : microsoft.graph.appRole
111109 ReadOnly :
112110 - origin
Original file line number Diff line number Diff line change 104104 "isContainment" : true ,
105105 "containerEntitySet" : " servicePrincipals" ,
106106 "keyProperty" : " resourceId" ,
107- "temporaryFilterKeys" : [
108- " resourceId"
109- ],
110107 "compositeKeyProperties" : [
111108 " appRoleId" ,
112- " resourceId "
109+ " principalId "
113110 ]
114111 },
115112 "v1.0" : {
118115 "isContainment" : true ,
119116 "containerEntitySet" : " servicePrincipals" ,
120117 "keyProperty" : " resourceId" ,
121- "temporaryFilterKeys" : [
122- " resourceId"
123- ],
124118 "compositeKeyProperties" : [
125119 " appRoleId" ,
126- " resourceId "
120+ " principalId "
127121 ]
128122 }
129123 }
You can’t perform that action at this time.
0 commit comments