Skip to content

Commit d941cb0

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Update generated typings with build 3902085 (#205)
Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent bd9850c commit d941cb0

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

microsoft-graph.d.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,11 +3079,6 @@ export interface Group extends DirectoryObject {
30793079
mail?: NullableOption<string>;
30803080
// Specifies whether the group is mail-enabled. Returned by default.
30813081
mailEnabled?: NullableOption<boolean>;
3082-
/**
3083-
* The mail alias for the group, unique in the organization. This property must be specified when a group is created.
3084-
* These characters cannot be used in the mailNickName: @()/[]';:.&amp;lt;&amp;gt;,SPACE. Returned by default. Supports
3085-
* $filter.
3086-
*/
30873082
mailNickname?: NullableOption<string>;
30883083
/**
30893084
* The rule that determines members for this group if the group is a dynamic group (groupTypes contains
@@ -3096,25 +3091,9 @@ export interface Group extends DirectoryObject {
30963091
* default.
30973092
*/
30983093
membershipRuleProcessingState?: NullableOption<string>;
3099-
/**
3100-
* Contains the on-premises domain FQDN, also called dnsDomainName synchronized from the on-premises directory. The
3101-
* property is only populated for customers who are synchronizing their on-premises directory to Azure Active Directory
3102-
* via Azure AD Connect.Returned by default. Read-only.
3103-
*/
31043094
onPremisesDomainName?: NullableOption<string>;
3105-
/**
3106-
* Indicates the last time at which the group was synced with the on-premises directory.The Timestamp type represents date
3107-
* and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would
3108-
* look like this: '2014-01-01T00:00:00Z'. Returned by default. Read-only. Supports $filter.
3109-
*/
31103095
onPremisesLastSyncDateTime?: NullableOption<string>;
3111-
/**
3112-
* Contains the on-premises netBios name synchronized from the on-premises directory. The property is only populated for
3113-
* customers who are synchronizing their on-premises directory to Azure Active Directory via Azure AD Connect.Returned by
3114-
* default. Read-only.
3115-
*/
31163096
onPremisesNetBiosName?: NullableOption<string>;
3117-
// Errors when using Microsoft synchronization product during provisioning. Returned by default.
31183097
onPremisesProvisioningErrors?: NullableOption<OnPremisesProvisioningError[]>;
31193098
/**
31203099
* Contains the on-premises SAM account name synchronized from the on-premises directory. The property is only populated

0 commit comments

Comments
 (0)