You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/microsoft/graph/models/extensions/ServicePrincipal.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,14 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje
89
89
@Expose
90
90
publicStringappDisplayName;
91
91
92
+
/**
93
+
* The App Description.
94
+
*
95
+
*/
96
+
@SerializedName("appDescription")
97
+
@Expose
98
+
publicStringappDescription;
99
+
92
100
/**
93
101
* The App Id.
94
102
* The unique identifier for the associated application (its appId property).
@@ -129,6 +137,14 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje
129
137
@Expose
130
138
publicjava.util.List<AppRole> appRoles;
131
139
140
+
/**
141
+
* The Description.
142
+
*
143
+
*/
144
+
@SerializedName("description")
145
+
@Expose
146
+
publicStringdescription;
147
+
132
148
/**
133
149
* The Display Name.
134
150
* The display name for the service principal.
@@ -177,6 +193,14 @@ public class ServicePrincipal extends DirectoryObject implements IJsonBackedObje
177
193
@Expose
178
194
publicStringlogoutUrl;
179
195
196
+
/**
197
+
* The Notes.
198
+
*
199
+
*/
200
+
@SerializedName("notes")
201
+
@Expose
202
+
publicStringnotes;
203
+
180
204
/**
181
205
* The Notification Email Addresses.
182
206
* Specifies the list of email addresses where Azure AD sends a notification when the active certificate is near the expiration date. This is only for the certificates used to sign the SAML token issued for Azure AD Gallery applications.
0 commit comments