-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update generated files with build 65939
- Loading branch information
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
Feb 8, 2022
1 parent
4b8c76a
commit 547a34e
Showing
304 changed files
with
4,135 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
src/Microsoft.Graph/Generated/model/AccessReviewHistoryDecisionFilter.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
// ------------------------------------------------------------------------------ | ||
// 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: EnumType.cs.tt | ||
|
||
|
||
namespace Microsoft.Graph | ||
{ | ||
using System.Text.Json.Serialization; | ||
|
||
/// <summary> | ||
/// The enum AccessReviewHistoryDecisionFilter. | ||
/// </summary> | ||
[JsonConverter(typeof(JsonStringEnumConverter))] | ||
public enum AccessReviewHistoryDecisionFilter | ||
{ | ||
|
||
/// <summary> | ||
/// Approve | ||
/// </summary> | ||
Approve = 0, | ||
|
||
/// <summary> | ||
/// Deny | ||
/// </summary> | ||
Deny = 1, | ||
|
||
/// <summary> | ||
/// Not Reviewed | ||
/// </summary> | ||
NotReviewed = 2, | ||
|
||
/// <summary> | ||
/// Dont Know | ||
/// </summary> | ||
DontKnow = 3, | ||
|
||
/// <summary> | ||
/// Not Notified | ||
/// </summary> | ||
NotNotified = 4, | ||
|
||
/// <summary> | ||
/// Unknown Future Value | ||
/// </summary> | ||
UnknownFutureValue = 5, | ||
|
||
} | ||
} |
103 changes: 103 additions & 0 deletions
103
src/Microsoft.Graph/Generated/model/AccessReviewHistoryDefinition.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
// ------------------------------------------------------------------------------ | ||
// 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 Access Review History Definition. | ||
/// </summary> | ||
[JsonConverter(typeof(DerivedTypeConverter<AccessReviewHistoryDefinition>))] | ||
public partial class AccessReviewHistoryDefinition : Entity | ||
{ | ||
|
||
/// <summary> | ||
/// Gets or sets created by. | ||
/// User who created this review history definition. | ||
/// </summary> | ||
[JsonPropertyName("createdBy")] | ||
public UserIdentity CreatedBy { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets created date time. | ||
/// Timestamp when the access review definition was created. | ||
/// </summary> | ||
[JsonPropertyName("createdDateTime")] | ||
public DateTimeOffset? CreatedDateTime { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets decisions. | ||
/// Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions will be included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. | ||
/// </summary> | ||
[JsonPropertyName("decisions")] | ||
public IEnumerable<AccessReviewHistoryDecisionFilter> Decisions { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets display name. | ||
/// Name for the access review history data collection. Required. | ||
/// </summary> | ||
[JsonPropertyName("displayName")] | ||
public string DisplayName { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets review history period end date time. | ||
/// A timestamp. Reviews ending on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. | ||
/// </summary> | ||
[JsonPropertyName("reviewHistoryPeriodEndDateTime")] | ||
public DateTimeOffset? ReviewHistoryPeriodEndDateTime { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets review history period start date time. | ||
/// A timestamp. Reviews starting on or before this date will be included in the fetched history data. Only required if scheduleSettings is not defined. | ||
/// </summary> | ||
[JsonPropertyName("reviewHistoryPeriodStartDateTime")] | ||
public DateTimeOffset? ReviewHistoryPeriodStartDateTime { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets schedule settings. | ||
/// The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. | ||
/// </summary> | ||
[JsonPropertyName("scheduleSettings")] | ||
public AccessReviewHistoryScheduleSettings ScheduleSettings { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets scopes. | ||
/// Used to scope what reviews are included in the fetched history data. Fetches reviews whose scope matches with this provided scope. Required. | ||
/// </summary> | ||
[JsonPropertyName("scopes")] | ||
public IEnumerable<AccessReviewScope> Scopes { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets status. | ||
/// Represents the status of the review history data collection. The possible values are: done, inProgress, error, requested, unknownFutureValue. | ||
/// </summary> | ||
[JsonPropertyName("status")] | ||
public AccessReviewHistoryStatus? Status { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets instances. | ||
/// If the accessReviewHistoryDefinition is a recurring definition, instances represent each recurrence. A definition that does not recur will have exactly one instance. | ||
/// </summary> | ||
[JsonPropertyName("instances")] | ||
public IAccessReviewHistoryDefinitionInstancesCollectionPage Instances { get; set; } | ||
|
||
/// <summary> | ||
/// Gets or sets instancesNextLink. | ||
/// </summary> | ||
[JsonPropertyName("[email protected]")] | ||
[JsonConverter(typeof(NextLinkConverter))] | ||
public string InstancesNextLink { get; set; } | ||
|
||
} | ||
} | ||
|
Oops, something went wrong.