Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions 5 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {

dependencies {
// Include the sdk as a dependency
implementation 'com.microsoft.graph:microsoft-graph:3.6.0'
implementation 'com.microsoft.graph:microsoft-graph:3.7.0'
// Uncomment the line below if you are building an android application
//implementation 'com.google.guava:guava:30.1.1-android'
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
Expand All @@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
<!-- Include the sdk as a dependency -->
<groupId>com.microsoft.graph</groupId>
<artifactId>microsoft-graph</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
<dependency>
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
Expand Down Expand Up @@ -141,3 +141,4 @@ Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the [MI




3 changes: 2 additions & 1 deletion 3 gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ org.gradle.caching=true
mavenGroupId = com.microsoft.graph
mavenArtifactId = microsoft-graph
mavenMajorVersion = 3
mavenMinorVersion = 6
mavenMinorVersion = 7
mavenPatchVersion = 0
mavenArtifactSuffix =

Expand All @@ -50,3 +50,4 @@ mavenCentralPublishingEnabled=false




3 changes: 2 additions & 1 deletion 3 src/main/java/com/microsoft/graph/info/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ private Constants() {
/** The client secret to use for unit testing */
public static final String CLIENTSECRET = "clientsecret";
/** The SDK version */
public static final String VERSION_NAME = "3.6.0";
public static final String VERSION_NAME = "3.7.0";
}


Expand All @@ -27,3 +27,4 @@ private Constants() {




Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class AccessReviewInactiveUsersQueryScope extends AccessReviewQueryScope

/**
* The Inactive Duration.
* Defines the length of the duration period of inactivity. Inactivity is based on the last sign in date of the user.
* Defines the duration of inactivity. Inactivity is based on the last sign in date of the user compared to the access review instance's start date. If this property is not specified, it's assigned the default value PT0S.
*/
@SerializedName(value = "inactiveDuration", alternate = {"InactiveDuration"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class AccessReviewQueryScope extends AccessReviewScope implements IJsonBa

/**
* The Query.
* The query representing what will be reviewed in an access review. Examples of this include /groups/{id}/members?$filter=…
* The query representing what will be reviewed in an access review.
*/
@SerializedName(value = "query", alternate = {"Query"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Query Root.
* 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 (i.e., ./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, for example, ./manager, is specified. Possible value: decisions.
*/
@SerializedName(value = "queryRoot", alternate = {"QueryRoot"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Created Date Time.
* Timestamp when review series was created.
* Timestamp when the access review series was created. Supports $select.
*/
@SerializedName(value = "createdDateTime", alternate = {"CreatedDateTime"})
@Expose
Expand All @@ -52,7 +52,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Description For Admins.
* Description provided by review creators to provide more context of the review to admins.
* Description provided by review creators to provide more context of the review to admins. Supports $select.
*/
@SerializedName(value = "descriptionForAdmins", alternate = {"DescriptionForAdmins"})
@Expose
Expand All @@ -61,7 +61,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Description For Reviewers.
* Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review.
* Description provided by review creators to provide more context of the review to reviewers. Reviewers will see this description in the email sent to them requesting their review. Supports $select.
*/
@SerializedName(value = "descriptionForReviewers", alternate = {"DescriptionForReviewers"})
@Expose
Expand All @@ -70,7 +70,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Display Name.
* Name of access review series. Required on create.
* Name of the access review series. Required on create. Supports $select.
*/
@SerializedName(value = "displayName", alternate = {"DisplayName"})
@Expose
Expand All @@ -79,7 +79,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Fallback Reviewers.
*
* This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner does not exist, or manager is specified as reviewer but a user's manager does not exist. Supports $select.
*/
@SerializedName(value = "fallbackReviewers", alternate = {"FallbackReviewers"})
@Expose
Expand All @@ -88,7 +88,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Instance Enumeration Scope.
* In the case of a review of guest users across all Microsoft 365 groups, this determines the scope of which groups will be reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope.
* This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group will become a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API.
*/
@SerializedName(value = "instanceEnumerationScope", alternate = {"InstanceEnumerationScope"})
@Expose
Expand All @@ -97,7 +97,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Last Modified Date Time.
* Timestamp when review series was last modified.
* Timestamp when the access review series was last modified. Supports $select.
*/
@SerializedName(value = "lastModifiedDateTime", alternate = {"LastModifiedDateTime"})
@Expose
Expand All @@ -106,7 +106,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Reviewers.
* This collection of access review scopes is used to define who are the reviewers. See accessReviewReviewerScope. Required on create.
* This collection of access review scopes is used to define who are the reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API.
*/
@SerializedName(value = "reviewers", alternate = {"Reviewers"})
@Expose
Expand All @@ -115,7 +115,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Scope.
* Defines scope of users reviewed. For supported scopes, see accessReviewScope. Required on create.
* Defines scope of resources to review. 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.
*/
@SerializedName(value = "scope", alternate = {"Scope"})
@Expose
Expand All @@ -124,7 +124,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Settings.
* The settings for an access review series, see type definition below.
* The settings for an access review series, see type definition below. Supports $select.
*/
@SerializedName(value = "settings", alternate = {"Settings"})
@Expose
Expand All @@ -133,7 +133,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Status.
* This read-only field specifies the status of an accessReview. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed.
* This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only).
*/
@SerializedName(value = "status", alternate = {"Status"})
@Expose
Expand All @@ -142,7 +142,7 @@ public class AccessReviewScheduleDefinition extends Entity implements IJsonBacke

/**
* The Instances.
* Set of access reviews instances for this access review series. Access reviews that do not recur will only have one instance; otherwise, there will be an 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.
*/
@SerializedName(value = "instances", alternate = {"Instances"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Auto Apply Decisions Enabled.
* Flag to indicate whether auto-apply feature is enabled.
* Indicates whether decisions are automatically applied. When set to false, a user must apply the decisions manually once the reviewer completes the access review. When set to true, decisions are applied automatically after the access review instance duration ends, whether or not the reviewers have responded. Default value is false.
*/
@SerializedName(value = "autoApplyDecisionsEnabled", alternate = {"AutoApplyDecisionsEnabled"})
@Expose
Expand All @@ -60,7 +60,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Default Decision.
* Decision chosen if defaultDecisionEnabled is enabled. Can be one of 'Approve', 'Deny', or 'Recommendation'.
* Decision chosen if defaultDecisionEnabled is enabled. Can be one of Approve, Deny, or Recommendation.
*/
@SerializedName(value = "defaultDecision", alternate = {"DefaultDecision"})
@Expose
Expand All @@ -69,7 +69,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Default Decision Enabled.
* Flag to indicate whether default decision is enabled/disabled when reviewers do not respond.
* Indicates whether the default decision is enabled or disabled when reviewers do not respond. Default value is false.
*/
@SerializedName(value = "defaultDecisionEnabled", alternate = {"DefaultDecisionEnabled"})
@Expose
Expand All @@ -87,7 +87,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Justification Required On Approval.
* Flag to indicate whether reviewers are required to provide justification with their decision.
* Indicates whether reviewers are required to provide justification with their decision. Default value is false.
*/
@SerializedName(value = "justificationRequiredOnApproval", alternate = {"JustificationRequiredOnApproval"})
@Expose
Expand All @@ -96,7 +96,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Mail Notifications Enabled.
* Flag to indicate whether emails are enabled/disabled.
* Indicates whether emails are enabled or disabled. Default value is false.
*/
@SerializedName(value = "mailNotificationsEnabled", alternate = {"MailNotificationsEnabled"})
@Expose
Expand All @@ -105,7 +105,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Recommendations Enabled.
* Flag to indicate whether decision recommendations are enabled/disabled.
* Indicates whether decision recommendations are enabled/disabled.
*/
@SerializedName(value = "recommendationsEnabled", alternate = {"RecommendationsEnabled"})
@Expose
Expand All @@ -114,7 +114,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Recurrence.
* Detailed settings for recurrence. Using standard Outlook recurrence object. Note that dayOfMonth is not supported - use property startDate on recurrenceRange to determine the day the review will start on.
* Detailed settings for recurrence using the standard Outlook recurrence object. Only weekly and absoluteMonthly on recurrencePattern are supported. Use the property startDate on recurrenceRange to determine the day the review starts.
*/
@SerializedName(value = "recurrence", alternate = {"Recurrence"})
@Expose
Expand All @@ -123,7 +123,7 @@ public final AdditionalDataManager additionalDataManager() {

/**
* The Reminder Notifications Enabled.
* Flag to indicate whether reminders are enabled/disabled.
* Indicates whether reminders are enabled or disabled. Default value is false.
*/
@SerializedName(value = "reminderNotificationsEnabled", alternate = {"ReminderNotificationsEnabled"})
@Expose
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ public class ApplePushNotificationCertificate extends Entity implements IJsonBac
@Nullable
public String certificate;

/**
* The Certificate Serial Number.
* Certificate serial number. This property is read-only.
*/
@SerializedName(value = "certificateSerialNumber", alternate = {"CertificateSerialNumber"})
@Expose
@Nullable
public String certificateSerialNumber;

/**
* The Expiration Date Time.
* The expiration date and time for Apple push notification certificate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class AuthenticationMethodsPolicy extends Entity implements IJsonBackedOb

/**
* The Description.
*
* A description of the policy.
*/
@SerializedName(value = "description", alternate = {"Description"})
@Expose
Expand All @@ -39,7 +39,7 @@ public class AuthenticationMethodsPolicy extends Entity implements IJsonBackedOb

/**
* The Display Name.
*
* The name of the policy.
*/
@SerializedName(value = "displayName", alternate = {"DisplayName"})
@Expose
Expand All @@ -48,7 +48,7 @@ public class AuthenticationMethodsPolicy extends Entity implements IJsonBackedOb

/**
* The Last Modified Date Time.
*
* The date and time of the last update to the policy.
*/
@SerializedName(value = "lastModifiedDateTime", alternate = {"LastModifiedDateTime"})
@Expose
Expand All @@ -57,7 +57,7 @@ public class AuthenticationMethodsPolicy extends Entity implements IJsonBackedOb

/**
* The Policy Version.
*
* The version of the policy in use.
*/
@SerializedName(value = "policyVersion", alternate = {"PolicyVersion"})
@Expose
Expand All @@ -75,7 +75,7 @@ public class AuthenticationMethodsPolicy extends Entity implements IJsonBackedOb

/**
* The Authentication Method Configurations.
*
* Represents the settings for each authentication method.
*/
@SerializedName(value = "authenticationMethodConfigurations", alternate = {"AuthenticationMethodConfigurations"})
@Expose
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.