Skip to content

Commit

Permalink
Update generated files with build 93875
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Nov 22, 2022
1 parent 287135f commit 6c46ff8
Show file tree
Hide file tree
Showing 44 changed files with 2,931 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------

// **NOTE** This file was generated by a tool and any changes will be overwritten.
// <auto-generated/>

// Template Source: EntityType.cs.tt

namespace Microsoft.Graph
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json.Serialization;

/// <summary>
/// The type Anonymous Guest Conversation Member.
/// </summary>
public partial class AnonymousGuestConversationMember : ConversationMember
{

///<summary>
/// The AnonymousGuestConversationMember constructor
///</summary>
public AnonymousGuestConversationMember()
{
this.ODataType = "microsoft.graph.anonymousGuestConversationMember";
}

/// <summary>
/// Gets or sets anonymous guest id.
/// </summary>
[JsonPropertyName("anonymousGuestId")]
public string AnonymousGuestId { get; set; }

}
}

2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/AppRoleAssignment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public AppRoleAssignment()

/// <summary>
/// Gets or sets principal id.
/// The unique identifier (id) for the user, group, or service principal being granted the app role. Required on create.
/// The unique identifier (id) for the user, security group, or service principal being granted the app role. Security groups with dynamic memberships are supported. Required on create.
/// </summary>
[JsonPropertyName("principalId")]
public Guid? PrincipalId { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Graph/Generated/model/Application.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public Application()

/// <summary>
/// Gets or sets required resource access.
/// Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. Not nullable. Supports $filter (eq, not, ge, le).
/// Specifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
/// </summary>
[JsonPropertyName("requiredResourceAccess")]
public IEnumerable<RequiredResourceAccess> RequiredResourceAccess { get; set; }
Expand All @@ -224,7 +224,7 @@ public Application()

/// <summary>
/// Gets or sets sign in audience.
/// Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).
/// Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. Supports $filter (eq, ne, not).
/// </summary>
[JsonPropertyName("signInAudience")]
public string SignInAudience { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ public ChannelMembersNotificationRecipient()

/// <summary>
/// Gets or sets channelId.
/// The unique identifier for the channel whose members should receive the notification.
/// </summary>
[JsonPropertyName("channelId")]
public string ChannelId { get; set; }

/// <summary>
/// Gets or sets teamId.
/// The unique identifier for the team under which the channel resides.
/// </summary>
[JsonPropertyName("teamId")]
public string TeamId { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public ChatMembersNotificationRecipient()

/// <summary>
/// Gets or sets chatId.
/// The unique identifier for the chat whose members should receive the notifications.
/// </summary>
[JsonPropertyName("chatId")]
public string ChatId { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ public CrossTenantAccessPolicy()
this.ODataType = "microsoft.graph.crossTenantAccessPolicy";
}

/// <summary>
/// Gets or sets allowed cloud endpoints.
/// </summary>
[JsonPropertyName("allowedCloudEndpoints")]
public IEnumerable<string> AllowedCloudEndpoints { get; set; }

/// <summary>
/// Gets or sets default.
/// Defines the default configuration for how your organization interacts with external Azure Active Directory organizations.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------

// **NOTE** This file was generated by a tool and any changes will be overwritten.
// <auto-generated/>

// Template Source: EntityType.cs.tt

namespace Microsoft.Graph
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json.Serialization;

/// <summary>
/// The type Microsoft Account User Conversation Member.
/// </summary>
public partial class MicrosoftAccountUserConversationMember : ConversationMember
{

///<summary>
/// The MicrosoftAccountUserConversationMember constructor
///</summary>
public MicrosoftAccountUserConversationMember()
{
this.ODataType = "microsoft.graph.microsoftAccountUserConversationMember";
}

/// <summary>
/// Gets or sets user id.
/// </summary>
[JsonPropertyName("userId")]
public string UserId { get; set; }

}
}

2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/PlannerPlanDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public partial class PlannerPlanDetails : Entity

/// <summary>
/// Gets or sets shared with.
/// Set of user ids that this plan is shared with. If you are leveraging Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group.
/// Set of user IDs that this plan is shared with. If you are leveraging Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it is not required for them to access the plan owned by the group.
/// </summary>
[JsonPropertyName("sharedWith")]
public PlannerUserIds SharedWith { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Graph/Generated/model/ResponseStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ public partial class ResponseStatus

/// <summary>
/// Gets or sets response.
/// The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendde's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none.
/// The response type. Possible values are: none, organizer, tentativelyAccepted, accepted, declined, notResponded.To differentiate between none and notResponded: none – from organizer's perspective. This value is used when the status of an attendee/participant is reported to the organizer of a meeting. notResponded – from attendee's perspective. Indicates the attendee has not responded to the meeting request. Clients can treat notResponded == none. As an example, if attendee Alex hasn't responded to a meeting request, getting Alex' response status for that event in Alex' calendar returns notResponded. Getting Alex' response from the calendar of any other attendee or the organizer's returns none. Getting the organizer's response for the event in anybody's calendar also returns none.
/// </summary>
[JsonPropertyName("response")]
public ResponseType? Response { get; set; }

/// <summary>
/// Gets or sets time.
/// The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
/// The date and time when the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
/// </summary>
[JsonPropertyName("time")]
public DateTimeOffset? Time { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/ServicePrincipal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ServicePrincipal()

/// <summary>
/// Gets or sets account enabled.
/// true if the service principal account is enabled; otherwise, false. Supports $filter (eq, ne, not, in).
/// true if the service principal account is enabled; otherwise, false. If set to false, then no users will be able to sign in to this app, even if they are assigned to it. Supports $filter (eq, ne, not, in).
/// </summary>
[JsonPropertyName("accountEnabled")]
public bool? AccountEnabled { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------

// **NOTE** This file was generated by a tool and any changes will be overwritten.
// <auto-generated/>

// Template Source: EntityType.cs.tt

namespace Microsoft.Graph
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json.Serialization;

/// <summary>
/// The type Skype For Business User Conversation Member.
/// </summary>
public partial class SkypeForBusinessUserConversationMember : ConversationMember
{

///<summary>
/// The SkypeForBusinessUserConversationMember constructor
///</summary>
public SkypeForBusinessUserConversationMember()
{
this.ODataType = "microsoft.graph.skypeForBusinessUserConversationMember";
}

/// <summary>
/// Gets or sets tenant id.
/// </summary>
[JsonPropertyName("tenantId")]
public string TenantId { get; set; }

/// <summary>
/// Gets or sets user id.
/// </summary>
[JsonPropertyName("userId")]
public string UserId { get; set; }

}
}

39 changes: 39 additions & 0 deletions src/Microsoft.Graph/Generated/model/SkypeUserConversationMember.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------

// **NOTE** This file was generated by a tool and any changes will be overwritten.
// <auto-generated/>

// Template Source: EntityType.cs.tt

namespace Microsoft.Graph
{
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.Json.Serialization;

/// <summary>
/// The type Skype User Conversation Member.
/// </summary>
public partial class SkypeUserConversationMember : ConversationMember
{

///<summary>
/// The SkypeUserConversationMember constructor
///</summary>
public SkypeUserConversationMember()
{
this.ODataType = "microsoft.graph.skypeUserConversationMember";
}

/// <summary>
/// Gets or sets skype id.
/// </summary>
[JsonPropertyName("skypeId")]
public string SkypeId { get; set; }

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public TeamMembersNotificationRecipient()

/// <summary>
/// Gets or sets teamId.
/// The unique identifier for the team whose members should receive the notification.
/// </summary>
[JsonPropertyName("teamId")]
public string TeamId { get; set; }
Expand Down

0 comments on commit 6c46ff8

Please sign in to comment.