Skip to content

Commit

Permalink
Update generated files with build 70873
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 Mar 22, 2022
1 parent b781894 commit fb0af88
Show file tree
Hide file tree
Showing 57 changed files with 1,421 additions and 525 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class ExternalItemContent

/// <summary>
/// Gets or sets type.
/// The type of content in the value property. Possible values are: text, html, unknownFutureValue.
/// The type of content in the value property. Possible values are: text, html, unknownFutureValue. These are the content types that the indexer supports, and not the file extension types allowed.
/// </summary>
[JsonPropertyName("type")]
public ExternalItemContentType? Type { get; set; }
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
// ------------------------------------------------------------------------------
// 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 Add Large Gallery View Operation.
/// </summary>
public partial class AddLargeGalleryViewOperation : CommsOperation
{

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

}
}

7 changes: 7 additions & 0 deletions src/Microsoft.Graph/Generated/model/AttendanceRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ public partial class AttendanceRecord : Entity
[JsonPropertyName("identity")]
public Identity Identity { get; set; }

/// <summary>
/// Gets or sets registrant id.
/// Unique identifier of a meetingRegistrant. Presents when the participant has registered for the meeting.
/// </summary>
[JsonPropertyName("registrantId")]
public string RegistrantId { get; set; }

/// <summary>
/// Gets or sets role.
/// Role of the attendee. Possible values are: None, Attendee, Presenter, and Organizer.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
// ------------------------------------------------------------------------------
// 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: MethodRequestBody.cs.tt

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

/// <summary>
/// The type CallAddLargeGalleryViewRequestBody.
/// </summary>
public partial class CallAddLargeGalleryViewRequestBody
{

/// <summary>
/// Gets or sets ClientContext.
/// </summary>
[JsonPropertyName("clientContext")]
public string ClientContext { get; set; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public partial class CloudPcOnPremisesConnection : Entity

/// <summary>
/// Gets or sets managed by.
/// Specifies which services manage the on-premises connection. Possible values are: windows365, devBox and unknownFutureValue. Read-only.
/// </summary>
[JsonPropertyName("managedBy")]
public CloudPcManagementService? ManagedBy { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public partial class CloudPcProvisioningPolicy : Entity

/// <summary>
/// Gets or sets windows settings.
/// Specific Windows settings to configure while creating Cloud PCs for this provisioning policy.
/// </summary>
[JsonPropertyName("windowsSettings")]
public CloudPcWindowsSettings WindowsSettings { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ public partial class CloudPcSourceDeviceImage

/// <summary>
/// Gets or sets subscriptionDisplayName.
/// The display name of subscription that hosts the source image.
/// </summary>
[JsonPropertyName("subscriptionDisplayName")]
public string SubscriptionDisplayName { get; set; }

/// <summary>
/// Gets or sets subscriptionId.
/// The ID of subscription that hosts the source image.
/// </summary>
[JsonPropertyName("subscriptionId")]
public string SubscriptionId { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public partial class CloudPcWindowsSettings

/// <summary>
/// Gets or sets language.
/// The Windows language/region tag to use for language pack configuration and localization of the Cloud PC. The default value is en-US, which corresponds to English (United States).
/// </summary>
[JsonPropertyName("language")]
public string Language { get; set; }
Expand Down
7 changes: 7 additions & 0 deletions src/Microsoft.Graph/Generated/model/ColumnDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ public partial class ColumnDefinition : Entity
[JsonPropertyName("required")]
public bool? Required { get; set; }

/// <summary>
/// Gets or sets source content type.
/// ContentType from which this column is inherited from. Present only in contentTypes columns response. Read-only.
/// </summary>
[JsonPropertyName("sourceContentType")]
public ContentTypeInfo SourceContentType { get; set; }

/// <summary>
/// Gets or sets term.
/// This column stores taxonomy terms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ public partial class ConditionalAccessPlatforms

/// <summary>
/// Gets or sets excludePlatforms.
/// Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue.
/// Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
/// </summary>
[JsonPropertyName("excludePlatforms")]
public IEnumerable<ConditionalAccessDevicePlatform> ExcludePlatforms { get; set; }

/// <summary>
/// Gets or sets includePlatforms.
/// Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue.
/// Possible values are: android, iOS, windows, windowsPhone, macOS, linux, all, unknownFutureValue.
/// </summary>
[JsonPropertyName("includePlatforms")]
public IEnumerable<ConditionalAccessDevicePlatform> IncludePlatforms { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions src/Microsoft.Graph/Generated/model/DeviceManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public partial class DeviceManagement : Entity

/// <summary>
/// Gets or sets maximum dep tokens.
/// Maximum number of DEP tokens allowed per-tenant.
/// Maximum number of dep tokens allowed per-tenant.
/// </summary>
[JsonPropertyName("maximumDepTokens")]
public Int32? MaximumDepTokens { get; set; }
Expand Down Expand Up @@ -107,7 +107,7 @@ public partial class DeviceManagement : Entity

/// <summary>
/// Gets or sets subscriptions.
/// Tenant's Subscription. Possible values are: none, intune, office365, intunePremium, intune_EDU, intune_SMB.
/// Tenant's Subscription.
/// </summary>
[JsonPropertyName("subscriptions")]
public DeviceManagementSubscriptions? Subscriptions { get; set; }
Expand Down
3 changes: 2 additions & 1 deletion src/Microsoft.Graph/Generated/model/DriveItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ public DriveItem()

/// <summary>
/// Gets or sets audio.
/// Audio metadata, if the item is an audio file. Read-only. Only on OneDrive Personal.
/// Audio metadata, if the item is an audio file. Read-only. Read-only. Only on OneDrive Personal.
/// </summary>
[JsonPropertyName("audio")]
public Audio Audio { get; set; }

/// <summary>
/// Gets or sets bundle.
/// Bundle metadata, if the item is a bundle. Read-only.
/// </summary>
[JsonPropertyName("bundle")]
public Bundle Bundle { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ public partial class GovernanceRoleAssignmentRequestStatus

/// <summary>
/// Gets or sets status.
/// The status of the role assignment request. The value can be InProgress or Closed.
/// </summary>
[JsonPropertyName("status")]
public string Status { get; set; }

/// <summary>
/// Gets or sets statusDetails.
/// The details of the status of the role assignment request. It represents the evaluation results of different rules.
/// </summary>
[JsonPropertyName("statusDetails")]
public IEnumerable<KeyValue> StatusDetails { get; set; }

/// <summary>
/// Gets or sets subStatus.
/// The sub status of the role assignment request. The values can be Accepted, PendingEvaluation, Granted, Denied, PendingProvisioning, Provisioned, PendingRevocation, Revoked, Canceled, Failed, PendingApprovalProvisioning, PendingApproval, FailedAsResourceIsLocked, PendingAdminDecision, AdminApproved, AdminDenied, TimedOut, and ProvisioningStarted.
/// </summary>
[JsonPropertyName("subStatus")]
public string SubStatus { get; set; }
Expand Down
43 changes: 43 additions & 0 deletions src/Microsoft.Graph/Generated/model/JoinMeetingIdMeetingInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
// ------------------------------------------------------------------------------
// 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: ComplexType.cs.tt

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

/// <summary>
/// The type JoinMeetingIdMeetingInfo.
/// </summary>
public partial class JoinMeetingIdMeetingInfo : MeetingInfo
{
/// <summary>
/// Initializes a new instance of the <see cref="JoinMeetingIdMeetingInfo"/> class.
/// </summary>
public JoinMeetingIdMeetingInfo()
{
this.ODataType = "microsoft.graph.joinMeetingIdMeetingInfo";
}

/// <summary>
/// Gets or sets joinMeetingId.
/// </summary>
[JsonPropertyName("joinMeetingId")]
public string JoinMeetingId { get; set; }

/// <summary>
/// Gets or sets passcode.
/// </summary>
[JsonPropertyName("passcode")]
public string Passcode { get; set; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public partial class OAuth2PermissionGrant : Entity

/// <summary>
/// Gets or sets scope.
/// A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the publishedPermissionScopes property of the resource service principal.
/// A space-separated list of the claim values for delegated permissions which should be included in access tokens for the resource application (the API). For example, openid User.Read GroupMember.Read.All. Each claim value should match the value field of one of the delegated permissions defined by the API, listed in the oauth2PermissionScopes property of the resource service principal.
/// </summary>
[JsonPropertyName("scope")]
public string Scope { get; set; }
Expand Down
5 changes: 5 additions & 0 deletions src/Microsoft.Graph/Generated/model/OnlineMeetingRole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,10 @@ public enum OnlineMeetingRole
/// </summary>
Producer = 2,

/// <summary>
/// Coorganizer
/// </summary>
Coorganizer = 4,

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public partial class RiskyServicePrincipal : Entity

/// <summary>
/// Gets or sets history.
/// Represents the risk history of Azure AD service principals.
/// </summary>
[JsonPropertyName("history")]
public IRiskyServicePrincipalHistoryCollectionPage History { get; set; }
Expand Down
9 changes: 9 additions & 0 deletions src/Microsoft.Graph/Generated/model/SelfSignedCertificate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,54 +23,63 @@ public partial class SelfSignedCertificate

/// <summary>
/// Gets or sets customKeyIdentifier.
/// Custom key identifier.
/// </summary>
[JsonPropertyName("customKeyIdentifier")]
public byte[] CustomKeyIdentifier { get; set; }

/// <summary>
/// Gets or sets displayName.
/// The friendly name for the key.
/// </summary>
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }

/// <summary>
/// Gets or sets endDateTime.
/// The date and time at which the credential expires. The Timestamp type represents date and time information using 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("endDateTime")]
public DateTimeOffset? EndDateTime { get; set; }

/// <summary>
/// Gets or sets key.
/// The value for the key credential. Should be a base-64 encoded value.
/// </summary>
[JsonPropertyName("key")]
public byte[] Key { get; set; }

/// <summary>
/// Gets or sets keyId.
/// The unique identifier (GUID) for the key.
/// </summary>
[JsonPropertyName("keyId")]
public Guid? KeyId { get; set; }

/// <summary>
/// Gets or sets startDateTime.
/// The date and time at which the credential becomes valid. The Timestamp type represents date and time information using 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("startDateTime")]
public DateTimeOffset? StartDateTime { get; set; }

/// <summary>
/// Gets or sets thumbprint.
/// The thumbprint value for the key.
/// </summary>
[JsonPropertyName("thumbprint")]
public string Thumbprint { get; set; }

/// <summary>
/// Gets or sets type.
/// The type of key credential. 'AsymmetricX509Cert'.
/// </summary>
[JsonPropertyName("type")]
public string Type { get; set; }

/// <summary>
/// Gets or sets usage.
/// A string that describes the purpose for which the key can be used. For example, 'Verify'.
/// </summary>
[JsonPropertyName("usage")]
public string Usage { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/model/SignIn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public partial class SignIn : Entity

/// <summary>
/// Gets or sets sign in event types.
/// Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign ins, the category is servicePrincipal. Possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq operator only).
/// Indicates the category of sign in that the event represents. For user sign ins, the category can be interactiveUser or nonInteractiveUser and corresponds to the value for the isInteractive property on the signin resource. For managed identity sign ins, the category is managedIdentity. For service principal sign ins, the category is servicePrincipal. Possible values are: interactiveUser, nonInteractiveUser, servicePrincipal, managedIdentity, unknownFutureValue. Supports $filter (eq, ne).
/// </summary>
[JsonPropertyName("signInEventTypes")]
public IEnumerable<string> SignInEventTypes { get; set; }
Expand Down
12 changes: 12 additions & 0 deletions src/Microsoft.Graph/Generated/model/TermColumn.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ public partial class TermColumn
[JsonPropertyName("showFullyQualifiedName")]
public bool? ShowFullyQualifiedName { get; set; }

/// <summary>
/// Gets or sets parentTerm.
/// </summary>
[JsonPropertyName("parentTerm")]
public Microsoft.Graph.TermStore.Term ParentTerm { get; set; }

/// <summary>
/// Gets or sets termSet.
/// </summary>
[JsonPropertyName("termSet")]
public Microsoft.Graph.TermStore.Set TermSet { get; set; }

/// <summary>
/// Gets or sets additional data.
/// </summary>
Expand Down
Loading

0 comments on commit fb0af88

Please sign in to comment.