@@ -5106,7 +5106,7 @@ export interface Application extends DirectoryObject {
51065106 federatedIdentityCredentials?: NullableOption<FederatedIdentityCredential[]>;
51075107 homeRealmDiscoveryPolicies?: NullableOption<HomeRealmDiscoveryPolicy[]>;
51085108 /**
5109- * Directory objects that are owners of this application. The owners are a set of nonadmin users or servicePrincipals who
5109+ * Directory objects that are owners of this application. The owners are a set of nonadmin users or service principals who
51105110 * are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1),
51115111 * and $select nested in $expand.
51125112 */
@@ -25225,6 +25225,10 @@ export interface ComplianceManagementPartnerAssignment {
2522525225// tslint:disable-next-line: no-empty-interface
2522625226export interface ConditionalAccessAllExternalTenants extends ConditionalAccessExternalTenants {}
2522725227export interface ConditionalAccessApplications {
25228+ /**
25229+ * Filter that defines the dynamic-application-syntax rule to include/exclude cloud applications. A filter can use custom
25230+ * security attributes to include/exclude applications.
25231+ */
2522825232 applicationFilter?: NullableOption<ConditionalAccessFilter>;
2522925233 /**
2523025234 * Can be one of the following: The list of client IDs (appId) explicitly excluded from the policy. Office365 - For the
@@ -32977,27 +32981,27 @@ export interface WorkbookSortField {
3297732981 sortOn?: string;
3297832982}
3297932983export interface WorkbookWorksheetProtectionOptions {
32980- // Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled .
32984+ // Represents the worksheet protection option of allowing using auto filter feature .
3298132985 allowAutoFilter?: boolean;
32982- // Indicates whether the worksheet protection option to allow deleting columns is enabled .
32986+ // Represents the worksheet protection option of allowing deleting columns.
3298332987 allowDeleteColumns?: boolean;
32984- // Indicates whether the worksheet protection option to allow deleting rows is enabled .
32988+ // Represents the worksheet protection option of allowing deleting rows.
3298532989 allowDeleteRows?: boolean;
32986- // Indicates whether the worksheet protection option to allow formatting cells is enabled .
32990+ // Represents the worksheet protection option of allowing formatting cells.
3298732991 allowFormatCells?: boolean;
32988- // Indicates whether the worksheet protection option to allow formatting columns is enabled .
32992+ // Represents the worksheet protection option of allowing formatting columns.
3298932993 allowFormatColumns?: boolean;
32990- // Indicates whether the worksheet protection option to allow formatting rows is enabled .
32994+ // Represents the worksheet protection option of allowing formatting rows.
3299132995 allowFormatRows?: boolean;
32992- // Indicates whether the worksheet protection option to allow inserting columns is enabled .
32996+ // Represents the worksheet protection option of allowing inserting columns.
3299332997 allowInsertColumns?: boolean;
32994- // Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled .
32998+ // Represents the worksheet protection option of allowing inserting hyperlinks.
3299532999 allowInsertHyperlinks?: boolean;
32996- // Indicates whether the worksheet protection option to allow inserting rows is enabled .
33000+ // Represents the worksheet protection option of allowing inserting rows.
3299733001 allowInsertRows?: boolean;
32998- // Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled .
33002+ // Represents the worksheet protection option of allowing using pivot table feature.
3299933003 allowPivotTables?: boolean;
33000- // Indicates whether the worksheet protection option to allow the use of the sort feature is enabled .
33004+ // Represents the worksheet protection option of allowing using sort feature.
3300133005 allowSort?: boolean;
3300233006}
3300333007export interface WorkforceIntegrationEncryption {
0 commit comments