Skip to content

Commit

Permalink
Update generated files with build 64036
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 Jan 18, 2022
1 parent e2fac77 commit 98fd994
Show file tree
Hide file tree
Showing 258 changed files with 2,118 additions and 523 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.
/// The type of content in the value property. Possible values are text and html. 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 @@ -36,14 +36,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 @@ -64,7 +64,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 @@ -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
Expand Up @@ -29,14 +29,14 @@ public AccessReviewNotificationRecipientQueryScope()

/// <summary>
/// Gets or sets query.
/// Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
/// This represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
/// </summary>
[JsonPropertyName("query")]
public string Query { get; set; }

/// <summary>
/// Gets or sets queryRoot.
/// In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
/// In the scenario where reviewers need to be specified dynamically, this property is used to indicate the relative source of the query. This property is only required if a relative query that is, ./manager) is specified.
/// </summary>
[JsonPropertyName("queryRoot")]
public string QueryRoot { get; set; }
Expand Down
Expand Up @@ -36,7 +36,7 @@ public partial class AccessReviewScheduleDefinition : Entity

/// <summary>
/// Gets or sets created date time.
/// Timestamp when the access review series was created. Supports $select and $orderBy. Read-only.
/// Timestamp when the access review series was created. Supports $select. Read-only.
/// </summary>
[JsonPropertyName("createdDateTime")]
public DateTimeOffset? CreatedDateTime { get; set; }
Expand Down Expand Up @@ -92,7 +92,7 @@ public partial class AccessReviewScheduleDefinition : Entity

/// <summary>
/// Gets or sets scope.
/// Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API.
/// Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API.
/// </summary>
[JsonPropertyName("scope")]
public AccessReviewScope Scope { get; set; }
Expand All @@ -113,7 +113,7 @@ public partial class AccessReviewScheduleDefinition : Entity

/// <summary>
/// Gets or sets instances.
/// If the accessReviewScheduleDefinition is a recurring access review, instances represent each recurrence. A review that does not recur will have exactly one instance. Instances also represent each unique resource under review in the accessReviewScheduleDefinition. If a review has multiple resources and multiple instances, each resource will have a unique instance for each recurrence.
/// Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there is an instance for each recurrence.
/// </summary>
[JsonPropertyName("instances")]
public IAccessReviewScheduleDefinitionInstancesCollectionPage Instances { get; set; }
Expand Down

0 comments on commit 98fd994

Please sign in to comment.