Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDevice
Packages that use MicrosoftGraphDevice
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphDevice in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceModifier and TypeMethodDescriptionMicrosoftGraphDevice.withAccountEnabled(Boolean accountEnabled) Set the accountEnabled property: true if the account is enabled; otherwise, false.MicrosoftGraphDevice.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphDevice.withAlternativeSecurityIds(List<MicrosoftGraphAlternativeSecurityId> alternativeSecurityIds) Set the alternativeSecurityIds property: For internal use only.MicrosoftGraphDevice.withApproximateLastSignInDateTime(OffsetDateTime approximateLastSignInDateTime) Set the approximateLastSignInDateTime property: The timestamp type represents date and time information using ISO 8601 format and is always in UTC time.MicrosoftGraphDevice.withComplianceExpirationDateTime(OffsetDateTime complianceExpirationDateTime) Set the complianceExpirationDateTime property: The timestamp when the device is no longer deemed compliant.MicrosoftGraphDevice.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphDevice.withDeviceId(String deviceId) Set the deviceId property: Unique identifier set by Azure Device Registration Service at the time of registration.MicrosoftGraphDevice.withDeviceMetadata(String deviceMetadata) Set the deviceMetadata property: For internal use only.MicrosoftGraphDevice.withDeviceVersion(Integer deviceVersion) Set the deviceVersion property: For internal use only.MicrosoftGraphDevice.withDisplayName(String displayName) Set the displayName property: The display name for the device.MicrosoftGraphDevice.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The collection of open extensions defined for the device.Set the id property: Read-only.MicrosoftGraphDevice.withIsCompliant(Boolean isCompliant) Set the isCompliant property: true if the device complies with Mobile Device Management (MDM) policies; otherwise, false.MicrosoftGraphDevice.withIsManaged(Boolean isManaged) Set the isManaged property: true if the device is managed by a Mobile Device Management (MDM) app; otherwise, false.MicrosoftGraphDevice.withMdmAppId(String mdmAppId) Set the mdmAppId property: Application identifier used to register device into MDM.MicrosoftGraphDevice.withMemberOf(List<MicrosoftGraphDirectoryObjectInner> memberOf) Set the memberOf property: Groups that this group is a member of.MicrosoftGraphDevice.withOnPremisesLastSyncDateTime(OffsetDateTime onPremisesLastSyncDateTime) Set the onPremisesLastSyncDateTime property: The last time at which the object was synced with the on-premises directory.MicrosoftGraphDevice.withOnPremisesSyncEnabled(Boolean onPremisesSyncEnabled) Set the onPremisesSyncEnabled property: true if this object is synced from an on-premises directory; false if this object was originally synced from an on-premises directory but is no longer synced; null if this object has never been synced from an on-premises directory (default).MicrosoftGraphDevice.withOperatingSystem(String operatingSystem) Set the operatingSystem property: The type of operating system on the device.MicrosoftGraphDevice.withOperatingSystemVersion(String operatingSystemVersion) Set the operatingSystemVersion property: The version of the operating system on the device.MicrosoftGraphDevice.withPhysicalIds(List<String> physicalIds) Set the physicalIds property: For internal use only.MicrosoftGraphDevice.withProfileType(String profileType) Set the profileType property: The profile type of the device.MicrosoftGraphDevice.withRegisteredOwners(List<MicrosoftGraphDirectoryObjectInner> registeredOwners) Set the registeredOwners property: The user that cloud joined the device or registered their personal device.MicrosoftGraphDevice.withRegisteredUsers(List<MicrosoftGraphDirectoryObjectInner> registeredUsers) Set the registeredUsers property: Collection of registered users of the device.MicrosoftGraphDevice.withSystemLabels(List<String> systemLabels) Set the systemLabels property: List of labels applied to the device by the system.MicrosoftGraphDevice.withTransitiveMemberOf(List<MicrosoftGraphDirectoryObjectInner> transitiveMemberOf) Set the transitiveMemberOf property: The transitiveMemberOf property.MicrosoftGraphDevice.withTrustType(String trustType) Set the trustType property: Type of trust for the joined device.