Skip to content

Commit

Permalink
Merge pull request #1327 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 4.26.0
  • Loading branch information
andrueastman committed Apr 29, 2022
2 parents 33b8af3 + d127616 commit 9742780
Show file tree
Hide file tree
Showing 305 changed files with 4,187 additions and 579 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Graph/Generated/callrecords/model/CallRecord.cs
Expand Up @@ -65,7 +65,7 @@ public partial class CallRecord : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets start date time.
/// UTC time when the first user joined the call. The DatetimeOffset 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.
/// UTC time when the first user joined the call. The DatetimeOffset 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; }
Expand All @@ -79,7 +79,7 @@ public partial class CallRecord : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets version.
/// Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
/// Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
/// </summary>
[JsonPropertyName("version")]
public Int64? Version { get; set; }
Expand Down
Expand Up @@ -37,7 +37,7 @@ public ClientUserAgent()

/// <summary>
/// Gets or sets productFamily.
/// Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
/// Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Note that you must use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: azureCommunicationServices.
/// </summary>
[JsonPropertyName("productFamily")]
public ProductFamily? ProductFamily { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.Graph/Generated/callrecords/model/Session.cs
Expand Up @@ -58,7 +58,7 @@ public partial class Session : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets start date time.
/// UTC time when the first user joined the session. The DateTimeOffset 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
/// UTC fime when the first user joined the session. The DateTimeOffset 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; }
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Graph/Generated/externalconnectors/model/Acl.cs
Expand Up @@ -23,21 +23,21 @@ public partial class Acl

/// <summary>
/// Gets or sets accessType.
/// The access granted to the identity. Possible values are: grant, deny, unknownFutureValue.
/// The access granted to the identity. Possible values are: grant, deny.
/// </summary>
[JsonPropertyName("accessType")]
public AccessType? AccessType { get; set; }

/// <summary>
/// Gets or sets type.
/// The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests, externalGroup, unknownFutureValue.
/// The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests if the identitySource is azureActiveDirectory and just group if the identitySource is external.
/// </summary>
[JsonPropertyName("type")]
public AclType? Type { get; set; }

/// <summary>
/// Gets or sets value.
/// The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup
/// The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup.
/// </summary>
[JsonPropertyName("value")]
public string Value { get; set; }
Expand Down
Expand Up @@ -30,7 +30,7 @@ public partial class ConnectionOperation : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets status.
/// Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.
/// Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed.
/// </summary>
[JsonPropertyName("status")]
public ConnectionOperationStatus? Status { get; set; }
Expand Down
Expand Up @@ -44,7 +44,7 @@ public partial class ExternalConnection : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets state.
/// Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
/// Indicates the current state of the connection. Possible values are draft, ready, obsolete, and limitExceeded. Required.
/// </summary>
[JsonPropertyName("state")]
public ConnectionState? State { get; set; }
Expand Down
Expand Up @@ -36,7 +36,7 @@ public partial class ExternalGroup : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets members.
/// A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members.
/// A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or other externalGroups as members.
/// </summary>
[JsonPropertyName("members")]
public IExternalGroupMembersCollectionPage Members { get; set; }
Expand Down
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. These are the content types that the indexer supports, and not the file extension types allowed.
/// The type of content in the value property. Possible values are text and html. These are the content types that the indexer supports, and not the file extension types allowed. Required.
/// </summary>
[JsonPropertyName("type")]
public ExternalItemContentType? Type { get; set; }
Expand Down
Expand Up @@ -51,14 +51,14 @@ public partial class Property

/// <summary>
/// Gets or sets isSearchable.
/// Specifies if the property is searchable. Only properties of type String or StringCollection can be searchable. Non-searchable properties are not added to the search index. Optional.
/// Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties are not added to the search index. Optional.
/// </summary>
[JsonPropertyName("isSearchable")]
public bool? IsSearchable { get; set; }

/// <summary>
/// Gets or sets labels.
/// Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue. Optional.
/// Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (e.g. better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, iconUrl, containerName, containerUrl. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: iconUrl, containerName, containerUrl.
/// </summary>
[JsonPropertyName("labels")]
public IEnumerable<Label> Labels { get; set; }
Expand All @@ -72,7 +72,7 @@ public partial class Property

/// <summary>
/// Gets or sets type.
/// The data type of the property. Possible values are: string, int64, double, dateTime, boolean, stringCollection, int64Collection, doubleCollection, dateTimeCollection, unknownFutureValue.
/// The data type of the property. Possible values are: string, int64, double, dateTime, boolean, stringCollection, int64Collection, doubleCollection, dateTimeCollection, unknownFutureValue. Required.
/// </summary>
[JsonPropertyName("type")]
public PropertyType? Type { get; set; }
Expand Down
Expand Up @@ -22,7 +22,7 @@ public partial class Schema : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets base type.
/// Must be set to microsoft.graph.externalConnector.externalItem. Required.
/// Must be set to microsoft.graph.externalItem. Required.
/// </summary>
[JsonPropertyName("baseType")]
public string BaseType { get; set; }
Expand Down
Expand Up @@ -44,7 +44,7 @@ public AadUserConversationMember()

/// <summary>
/// Gets or sets user id.
/// The guid of the user.
/// The GUID of the user.
/// </summary>
[JsonPropertyName("userId")]
public string UserId { get; set; }
Expand Down
Expand Up @@ -23,7 +23,7 @@ public partial class AccessPackageAssignment : Entity

/// <summary>
/// Gets or sets expired date time.
/// 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.
/// 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("expiredDateTime")]
public DateTimeOffset? ExpiredDateTime { get; set; }
Expand Down
Expand Up @@ -30,7 +30,7 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets created date time.
/// 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.
/// 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("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }
Expand All @@ -44,7 +44,7 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets display name.
/// The display name of the policy.
/// The display name of the policy. Supports $filter (eq).
/// </summary>
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Expand All @@ -58,21 +58,21 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets modified date time.
/// 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.
/// 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("modifiedDateTime")]
public DateTimeOffset? ModifiedDateTime { get; set; }

/// <summary>
/// Gets or sets request approval settings.
/// Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.
/// Who must approve requests for access package in this policy.
/// </summary>
[JsonPropertyName("requestApprovalSettings")]
public AccessPackageAssignmentApprovalSettings RequestApprovalSettings { get; set; }

/// <summary>
/// Gets or sets requestor settings.
/// Provides additional settings to select who can create a request for an access package assignment through this policy, and what they can include in their request.
/// Who can request this access package from this policy.
/// </summary>
[JsonPropertyName("requestorSettings")]
public AccessPackageAssignmentRequestorSettings RequestorSettings { get; set; }
Expand All @@ -93,7 +93,7 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets access package.
/// Access package containing this policy. Read-only.
/// The access package with this policy. Read-only. Nullable. Supports $expand.
/// </summary>
[JsonPropertyName("accessPackage")]
public AccessPackage AccessPackage { get; set; }
Expand Down
Expand Up @@ -37,14 +37,14 @@ public partial class AccessPackageAssignmentRequestObject : Entity

/// <summary>
/// Gets or sets request type.
/// The type of the request. The possible values are: notSpecified, userAdd, userUpdate, userRemove, adminAdd, adminUpdate, adminRemove, systemAdd, systemUpdate, systemRemove, onBehalfAdd, unknownFutureValue. A request from the user themselves would have requestType of UserAdd or UserRemove. This property cannot be changed once set.
/// One of UserAdd, UserRemove, AdminAdd, AdminRemove or SystemRemove. A request from the user themselves would have requestType of UserAdd or UserRemove. Read-only.
/// </summary>
[JsonPropertyName("requestType")]
public AccessPackageRequestType? RequestType { get; set; }

/// <summary>
/// Gets or sets schedule.
/// The range of dates that access is to be assigned to the requestor. This property cannot be changed once set.
/// The range of dates that access is to be assigned to the requestor. Read-only.
/// </summary>
[JsonPropertyName("schedule")]
public EntitlementManagementSchedule Schedule { get; set; }
Expand All @@ -65,7 +65,7 @@ public partial class AccessPackageAssignmentRequestObject : Entity

/// <summary>
/// Gets or sets access package.
/// The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
/// The access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
/// </summary>
[JsonPropertyName("accessPackage")]
public AccessPackage AccessPackage { get; set; }
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Graph/Generated/model/AccessPackageCatalog.cs
Expand Up @@ -23,7 +23,7 @@ public partial class AccessPackageCatalog : Entity

/// <summary>
/// Gets or sets catalog type.
/// Whether the catalog is created by a user or entitlement management. The possible values are: userManaged, serviceDefault, serviceManaged, unknownFutureValue.
/// One of UserManaged or ServiceDefault.
/// </summary>
[JsonPropertyName("catalogType")]
public AccessPackageCatalogType? CatalogType { get; set; }
Expand All @@ -44,7 +44,7 @@ public partial class AccessPackageCatalog : Entity

/// <summary>
/// Gets or sets display name.
/// The display name of the access package catalog.
/// The display name of the access package catalog. Supports $filter (eq, contains).
/// </summary>
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Expand Down Expand Up @@ -72,7 +72,7 @@ public partial class AccessPackageCatalog : Entity

/// <summary>
/// Gets or sets access packages.
/// The access packages in this catalog. Read-only. Nullable.
/// The access packages in this catalog. Read-only. Nullable. Supports $expand.
/// </summary>
[JsonPropertyName("accessPackages")]
public IAccessPackageCatalogAccessPackagesCollectionPage AccessPackages { get; set; }
Expand Down
Expand Up @@ -65,7 +65,7 @@ public partial class AccessReviewHistoryDefinition : Entity

/// <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.
/// The settings for a recurring access review history definition series. Only required if reviewHistoryPeriodStartDateTime or reviewHistoryPeriodEndDateTime are not defined. Not supported yet.
/// </summary>
[JsonPropertyName("scheduleSettings")]
public AccessReviewHistoryScheduleSettings ScheduleSettings { get; set; }
Expand Down
Expand Up @@ -78,7 +78,7 @@ public partial class AccessReviewInstance : Entity

/// <summary>
/// Gets or sets decisions.
/// Each principal reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.
/// Each user reviewed in an accessReviewInstance has a decision item representing if they were approved, denied, or not yet reviewed.
/// </summary>
[JsonPropertyName("decisions")]
public IAccessReviewInstanceDecisionsCollectionPage Decisions { get; set; }
Expand Down
Expand Up @@ -71,7 +71,7 @@ public partial class AccessReviewInstanceDecisionItem : Entity

/// <summary>
/// Gets or sets principal link.
/// A link to the principal object. For example, https://graph.microsoft.com/v1.0/users/a6c7aecb-cbfd-4763-87ef-e91b4bd509d9. Read-only.
/// Link to the principal object. For example: https://graph.microsoft.com/v1.0/users/a6c7aecb-cbfd-4763-87ef-e91b4bd509d9. Read-only.
/// </summary>
[JsonPropertyName("principalLink")]
public string PrincipalLink { get; set; }
Expand Down
Expand Up @@ -30,7 +30,7 @@ public partial class AccessReviewInstanceDecisionItemResource

/// <summary>
/// Gets or sets id.
/// Identifier of the resource
/// Resource ID
/// </summary>
[JsonPropertyName("id")]
public string Id { get; set; }
Expand Down
Expand Up @@ -30,7 +30,7 @@ public partial class AccessReviewNotificationRecipientItem

/// <summary>
/// Gets or sets notificationTemplateType.
/// Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients, which sends review completion notifications to the recipients.
/// Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients which sends review completion notifications to the recipients.
/// </summary>
[JsonPropertyName("notificationTemplateType")]
public string NotificationTemplateType { get; set; }
Expand Down

0 comments on commit 9742780

Please sign in to comment.