Skip to content

Commit

Permalink
Merge pull request #1462 from microsoftgraph/dev
Browse files Browse the repository at this point in the history
Release 4.37.0
  • Loading branch information
andrueastman authored Aug 25, 2022
2 parents 6036659 + 127f3f5 commit d0a0ee1
Show file tree
Hide file tree
Showing 310 changed files with 647 additions and 749 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.Graph/Generated/callrecords/model/CallRecord.cs
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public partial class Session : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets start date time.
/// 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
/// 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
/// </summary>
[JsonPropertyName("startDateTime")]
public DateTimeOffset? StartDateTime { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public partial class TraceRouteHop

/// <summary>
/// Gets or sets hopCount.
/// The network path count of this hop that was used to compute the round-trip time.
/// The network path count of this hop that was used to compute the RTT.
/// </summary>
[JsonPropertyName("hopCount")]
public Int32? HopCount { get; set; }
Expand Down
6 changes: 3 additions & 3 deletions src/Microsoft.Graph/Generated/externalconnectors/model/Acl.cs
Original file line number Diff line number Diff line change
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.
/// The access granted to the identity. Possible values are: grant, deny, unknownFutureValue.
/// </summary>
[JsonPropertyName("accessType")]
public AccessType? AccessType { get; set; }

/// <summary>
/// Gets or sets type.
/// The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests if the identitySource is azureActiveDirectory and just group if the identitySource is external.
/// The type of identity. Possible values are: user, group, everyone, everyoneExceptGuests, externalGroup, unknownFutureValue.
/// </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
Original file line number Diff line number Diff line change
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.
/// Indicates the status of the asynchronous operation. Possible values are: unspecified, inprogress, completed, failed, unknownFutureValue.
/// </summary>
[JsonPropertyName("status")]
public ConnectionOperationStatus? Status { get; set; }
Expand Down
Original file line number Diff line number Diff line change
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, and limitExceeded. Required.
/// Indicates the current state of the connection. Possible values are: draft, ready, obsolete, limitExceeded, unknownFutureValue.
/// </summary>
[JsonPropertyName("state")]
public ConnectionState? State { get; set; }
Expand Down
Original file line number Diff line number Diff line change
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 other externalGroups as members.
/// A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members.
/// </summary>
[JsonPropertyName("members")]
public IExternalGroupMembersCollectionPage Members { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public partial class ExternalItem : Microsoft.Graph.Entity

/// <summary>
/// Gets or sets content.
/// A plain-text representation of the contents of the item. The text in this property is full-text indexed. Optional.
/// A plain-text representation of the contents of the item. The text in this property is full-text indexed. Optional.
/// </summary>
[JsonPropertyName("content")]
public ExternalItemContent Content { get; set; }
Expand Down
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 and html. These are the content types that the indexer supports, and not the file extension types allowed. Required.
/// 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
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). 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.
/// 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.
/// </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. Required.
/// The data type of the property. Possible values are: string, int64, double, dateTime, boolean, stringCollection, int64Collection, doubleCollection, dateTimeCollection, unknownFutureValue.
/// </summary>
[JsonPropertyName("type")]
public PropertyType? Type { get; set; }
Expand Down
Original file line number Diff line number Diff line change
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.externalItem. Required.
/// Must be set to microsoft.graph.externalConnector.externalItem. Required.
/// </summary>
[JsonPropertyName("baseType")]
public string BaseType { get; set; }
Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public AadUserConversationMemberResult()

/// <summary>
/// Gets or sets userId.
/// The user object ID of the Azure AD user that was being added as part of the bulk operation.
/// </summary>
[JsonPropertyName("userId")]
public string UserId { get; set; }
Expand Down
Original file line number Diff line number Diff line change
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. Read-only.
/// </summary>
[JsonPropertyName("expiredDateTime")]
public DateTimeOffset? ExpiredDateTime { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets automatic request settings.
/// This property is only present for an auto assignment policy; if absent, this is a request-based policy.
/// </summary>
[JsonPropertyName("automaticRequestSettings")]
public AccessPackageAutomaticRequestSettings AutomaticRequestSettings { get; set; }

/// <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 @@ -50,7 +51,7 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets display name.
/// The display name of the policy. Supports $filter (eq).
/// The display name of the policy.
/// </summary>
[JsonPropertyName("displayName")]
public string DisplayName { get; set; }
Expand All @@ -64,21 +65,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.
/// Who must approve requests for access package in this policy.
/// Specifies the settings for approval of requests for an access package assignment through this policy. For example, if approval is required for new requests.
/// </summary>
[JsonPropertyName("requestApprovalSettings")]
public AccessPackageAssignmentApprovalSettings RequestApprovalSettings { get; set; }

/// <summary>
/// Gets or sets requestor settings.
/// Who can request this access package from this policy.
/// 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.
/// </summary>
[JsonPropertyName("requestorSettings")]
public AccessPackageAssignmentRequestorSettings RequestorSettings { get; set; }
Expand All @@ -99,7 +100,7 @@ public partial class AccessPackageAssignmentPolicy : Entity

/// <summary>
/// Gets or sets access package.
/// The access package with this policy. Read-only. Nullable. Supports $expand.
/// Access package containing this policy. Read-only.
/// </summary>
[JsonPropertyName("accessPackage")]
public AccessPackage AccessPackage { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ public partial class AccessPackageAssignmentRequestObject : 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. Read-only.
/// 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. Read-only. Supports $filter.
/// </summary>
[JsonPropertyName("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }

/// <summary>
/// Gets or sets request type.
/// One of UserAdd, UserRemove, AdminAdd, AdminRemove or SystemRemove. A request from the user themselves would have requestType of UserAdd or UserRemove. Read-only.
/// 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.
/// </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. Read-only.
/// The range of dates that access is to be assigned to the requestor. This property cannot be changed once set.
/// </summary>
[JsonPropertyName("schedule")]
public EntitlementManagementSchedule Schedule { get; set; }

/// <summary>
/// Gets or sets state.
/// The state of the request. The possible values are: submitted, pendingApproval, delivering, delivered, deliveryFailed, denied, scheduled, canceled, partiallyDelivered, unknownFutureValue. Read-only.
/// The state of the request. The possible values are: submitted, pendingApproval, delivering, delivered, deliveryFailed, denied, scheduled, canceled, partiallyDelivered, unknownFutureValue. Read-only. Supports $filter (eq).
/// </summary>
[JsonPropertyName("state")]
public AccessPackageRequestState? State { 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
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public partial class AccessPackageAutomaticRequestSettings

/// <summary>
/// Gets or sets requestAccessForAllowedTargets.
/// If set to true, automatic assignments will be created for targets in the allowed target scope.
/// </summary>
[JsonPropertyName("requestAccessForAllowedTargets")]
public bool? RequestAccessForAllowedTargets { get; set; }
Expand Down
Loading

0 comments on commit d0a0ee1

Please sign in to comment.