openapi: 3.1.0
info:
title: Microsoft Graph Admin Admin.admin API
description: 'Microsoft Graph API for managing administrative resources in Microsoft Entra ID.
This API enables administrators to manage Microsoft Edge browser settings, Internet Explorer mode configurations,
site lists, shared browser sites, Microsoft 365 Apps installation options, people insights, service announcements,
SharePoint settings, Copilot administration, directory administrative units, and admin consent policies.'
version: 1.0.0
contact:
name: Microsoft Graph API Support
url: https://developer.microsoft.com/graph
servers:
- url: https://graph.microsoft.com/v1.0
description: Microsoft Graph API v1.0 endpoint
tags:
- name: Admin.admin
x-ms-docs-toc-type: page
paths:
/admin:
description: Provides operations to manage the admin singleton.
get:
tags:
- Admin.admin
summary: Microsoft Graph Get admin
operationId: admin.admin.GetAdmin
parameters:
- name: $select
in: query
description: Select properties to be returned
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
- name: $expand
in: query
description: Expand related entities
style: form
explode: false
schema:
uniqueItems: true
type: array
items:
type: string
responses:
2XX:
description: Retrieved entity
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.admin'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
patch:
tags:
- Admin.admin
summary: Microsoft Graph Update admin
operationId: admin.admin.UpdateAdmin
requestBody:
description: New property values
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.admin'
required: true
responses:
2XX:
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/microsoft.graph.admin'
4XX:
$ref: '#/components/responses/error'
5XX:
$ref: '#/components/responses/error'
x-ms-docs-operation-type: operation
components:
schemas:
microsoft.graph.browserSiteCompatibilityMode:
title: browserSiteCompatibilityMode
enum:
- default
- internetExplorer8Enterprise
- internetExplorer7Enterprise
- internetExplorer11
- internetExplorer10
- internetExplorer9
- internetExplorer8
- internetExplorer7
- internetExplorer5
- unknownFutureValue
type: string
x-ms-enum:
name: browserSiteCompatibilityMode
modelAsString: false
values:
- value: default
description: Loads the site using default compatibility mode.
name: default
- value: internetExplorer8Enterprise
description: Loads the site in internetExplorer8 Enterprise Mode
name: internetExplorer8Enterprise
- value: internetExplorer7Enterprise
description: Loads the site in internetExplorer7 Enterprise Mode
name: internetExplorer7Enterprise
- value: internetExplorer11
description: Loads the site in internetExplorer11
name: internetExplorer11
- value: internetExplorer10
description: Loads the site in internetExplorer10
name: internetExplorer10
- value: internetExplorer9
description: Loads the site in internetExplorer9
name: internetExplorer9
- value: internetExplorer8
description: Loads the site in internetExplorer8
name: internetExplorer8
- value: internetExplorer7
description: Loads the site in internetExplorer7
name: internetExplorer7
- value: internetExplorer5
description: Loads the site in internetExplorer5
name: internetExplorer5
- value: unknownFutureValue
description: Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.
name: unknownFutureValue
microsoft.graph.serviceHealthOrigin:
title: serviceHealthOrigin
enum:
- microsoft
- thirdParty
- customer
- unknownFutureValue
type: string
microsoft.graph.adminReportSettings:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: adminReportSettings
required:
- '@odata.type'
type: object
properties:
displayConcealedNames:
type: boolean
description: If set to true, all reports conceal user information such as usernames, groups, and sites. If false, all reports show identifiable information. This property represents a setting in the Microsoft 365 admin center. Required.
'@odata.type':
type: string
x-ms-discriminator-value: '#microsoft.graph.adminReportSettings'
microsoft.graph.sharepointSettings:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: sharepointSettings
required:
- '@odata.type'
type: object
properties:
allowedDomainGuidsForSyncApp:
type: array
items:
pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
type: string
format: uuid
nullable: true
description: Collection of trusted domain GUIDs for the OneDrive sync app.
availableManagedPathsForSiteCreation:
type: array
items:
type: string
description: Collection of managed paths available for site creation. Read-only.
deletedUserPersonalSiteRetentionPeriodInDays:
maximum: 2147483647
minimum: -2147483648
type: number
description: The number of days for preserving a deleted user's OneDrive.
format: int32
nullable: true
excludedFileExtensionsForSyncApp:
type: array
items:
type: string
nullable: true
description: Collection of file extensions not uploaded by the OneDrive sync app.
idleSessionSignOut:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.idleSessionSignOut'
- type: object
nullable: true
description: Specifies the idle session sign-out policies for the tenant.
imageTaggingOption:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.imageTaggingChoice'
- type: object
nullable: true
description: 'Specifies the image tagging option for the tenant. The possible values are: disabled, basic, enhanced.'
isCommentingOnSitePagesEnabled:
type: boolean
description: Indicates whether comments are allowed on modern site pages in SharePoint.
nullable: true
isFileActivityNotificationEnabled:
type: boolean
description: Indicates whether push notifications are enabled for OneDrive events.
nullable: true
isLegacyAuthProtocolsEnabled:
type: boolean
description: Indicates whether legacy authentication protocols are enabled for the tenant.
nullable: true
isLoopEnabled:
type: boolean
description: Indicates whether if Fluid Framework is allowed on SharePoint sites.
nullable: true
isMacSyncAppEnabled:
type: boolean
description: Indicates whether files can be synced using the OneDrive sync app for Mac.
nullable: true
isRequireAcceptingUserToMatchInvitedUserEnabled:
type: boolean
description: Indicates whether guests must sign in using the same account to which sharing invitations are sent.
nullable: true
isResharingByExternalUsersEnabled:
type: boolean
description: Indicates whether guests are allowed to reshare files, folders, and sites they don't own.
nullable: true
isSharePointMobileNotificationEnabled:
type: boolean
description: Indicates whether mobile push notifications are enabled for SharePoint.
nullable: true
isSharePointNewsfeedEnabled:
type: boolean
description: Indicates whether the newsfeed is allowed on the modern site pages in SharePoint.
nullable: true
isSiteCreationEnabled:
type: boolean
description: Indicates whether users are allowed to create sites.
nullable: true
isSiteCreationUIEnabled:
type: boolean
description: Indicates whether the UI commands for creating sites are shown.
nullable: true
isSitePagesCreationEnabled:
type: boolean
description: Indicates whether creating new modern pages is allowed on SharePoint sites.
nullable: true
isSitesStorageLimitAutomatic:
type: boolean
description: Indicates whether site storage space is automatically managed or if specific storage limits are set per site.
nullable: true
isSyncButtonHiddenOnPersonalSite:
type: boolean
description: Indicates whether the sync button in OneDrive is hidden.
nullable: true
isUnmanagedSyncAppForTenantRestricted:
type: boolean
description: Indicates whether users are allowed to sync files only on PCs joined to specific domains.
nullable: true
personalSiteDefaultStorageLimitInMB:
type: number
description: The default OneDrive storage limit for all new and existing users who are assigned a qualifying license. Measured in megabytes (MB).
format: int64
nullable: true
sharingAllowedDomainList:
type: array
items:
type: string
nullable: true
description: Collection of email domains that are allowed for sharing outside the organization.
sharingBlockedDomainList:
type: array
items:
type: string
nullable: true
description: Collection of email domains that are blocked for sharing outside the organization.
sharingCapability:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.sharingCapabilities'
- type: object
nullable: true
description: 'Sharing capability for the tenant. The possible values are: disabled, externalUserSharingOnly, externalUserAndGuestSharing, existingExternalUserSharingOnly.'
sharingDomainRestrictionMode:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.sharingDomainRestrictionMode'
- type: object
nullable: true
description: 'Specifies the external sharing mode for domains. The possible values are: none, allowList, blockList.'
siteCreationDefaultManagedPath:
type: string
description: The value of the team site managed path. This is the path under which new team sites will be created.
siteCreationDefaultStorageLimitInMB:
maximum: 2147483647
minimum: -2147483648
type: number
description: The default storage quota for a new site upon creation. Measured in megabytes (MB).
format: int32
nullable: true
tenantDefaultTimezone:
type: string
description: The default timezone of a tenant for newly created sites. For a list of possible values, see SPRegionalSettings.TimeZones property.
nullable: true
'@odata.type':
type: string
x-ms-discriminator-value: '#microsoft.graph.sharepointSettings'
microsoft.graph.browserSiteList:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: browserSiteList
required:
- '@odata.type'
type: object
properties:
description:
type: string
description: The description of the site list.
displayName:
type: string
description: The name of the site list.
lastModifiedBy:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.identitySet'
- type: object
nullable: true
description: The user who last modified the site list.
lastModifiedDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: The date and time when the site list was last modified.
format: date-time
publishedBy:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.identitySet'
- type: object
nullable: true
description: The user who published the site list.
publishedDateTime:
pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$
type: string
description: The date and time when the site list was published.
format: date-time
nullable: true
revision:
type: string
description: The current revision of the site list.
status:
$ref: '#/components/schemas/microsoft.graph.browserSiteListStatus'
sharedCookies:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.browserSharedCookie'
description: A collection of shared cookies defined for the site list.
x-ms-navigationProperty: true
sites:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.browserSite'
description: A collection of sites defined for the site list.
x-ms-navigationProperty: true
'@odata.type':
type: string
description: A singleton entity which is used to specify IE mode site list metadata
x-ms-discriminator-value: '#microsoft.graph.browserSiteList'
microsoft.graph.browserSiteTargetEnvironment:
title: browserSiteTargetEnvironment
enum:
- internetExplorerMode
- internetExplorer11
- microsoftEdge
- configurable
- none
- unknownFutureValue
type: string
x-ms-enum:
name: browserSiteTargetEnvironment
modelAsString: false
values:
- value: internetExplorerMode
description: Open in Internet Explorer Mode
name: internetExplorerMode
- value: internetExplorer11
description: Open in standalone Internet Explorer 11
name: internetExplorer11
- value: microsoftEdge
description: Open in Microsoft Edge
name: microsoftEdge
- value: configurable
description: Configurable type
name: configurable
- value: none
description: Open in the browser the employee chooses.
name: none
- value: unknownFutureValue
description: Placeholder for evolvable enum, but this enum is never returned to the caller, so it shouldn't be necessary.
name: unknownFutureValue
microsoft.graph.idleSessionSignOut:
title: idleSessionSignOut
required:
- '@odata.type'
type: object
properties:
isEnabled:
type: boolean
description: Indicates whether the idle session sign-out policy is enabled.
nullable: true
signOutAfterInSeconds:
type: number
description: Number of seconds of inactivity after which a user is signed out.
format: int64
nullable: true
warnAfterInSeconds:
type: number
description: Number of seconds of inactivity after which a user is notified that they'll be signed out.
format: int64
nullable: true
'@odata.type':
type: string
microsoft.graph.serviceUpdateSeverity:
title: serviceUpdateSeverity
enum:
- normal
- high
- critical
- unknownFutureValue
type: string
microsoft.graph.edge:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: edge
required:
- '@odata.type'
type: object
properties:
internetExplorerMode:
anyOf:
- $ref: '#/components/schemas/microsoft.graph.internetExplorerMode'
- type: object
nullable: true
description: A container for Internet Explorer mode resources.
x-ms-navigationProperty: true
'@odata.type':
type: string
x-ms-discriminator-value: '#microsoft.graph.edge'
microsoft.graph.profileCardProperty:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: profileCardProperty
required:
- '@odata.type'
type: object
properties:
annotations:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.profileCardAnnotation'
description: Allows an administrator to set a custom display label for the directory property and localize it for the users in their tenant.
directoryPropertyName:
type: string
description: 'Identifies a profileCardProperty resource in Get, Update, or Delete operations. Allows an administrator to surface hidden Microsoft Entra ID properties on the Microsoft 365 profile card within their tenant. When present, the Microsoft Entra ID field referenced in this property is visible to all users in your tenant on the contact pane of the profile card. Allowed values for this field are: UserPrincipalName, Fax, StreetAddress, PostalCode, StateOrProvince, Alias, CustomAttribute1, CustomAttribute2, CustomAttribute3, CustomAttribute4, CustomAttribute5, CustomAttribute6, CustomAttribute7, CustomAttribute8, CustomAttribute9, CustomAttribute10, CustomAttribute11, CustomAttribute12, CustomAttribute13, CustomAttribute14, CustomAttribute15.'
nullable: true
'@odata.type':
type: string
x-ms-discriminator-value: '#microsoft.graph.profileCardProperty'
microsoft.graph.entity:
title: entity
required:
- '@odata.type'
type: object
properties:
id:
type: string
description: The unique identifier for an entity. Read-only.
'@odata.type':
type: string
discriminator:
propertyName: '@odata.type'
mapping:
'#microsoft.graph.accessPackage': '#/components/schemas/microsoft.graph.accessPackage'
'#microsoft.graph.accessPackageAssignment': '#/components/schemas/microsoft.graph.accessPackageAssignment'
'#microsoft.graph.accessPackageAssignmentPolicy': '#/components/schemas/microsoft.graph.accessPackageAssignmentPolicy'
'#microsoft.graph.accessPackageAssignmentRequest': '#/components/schemas/microsoft.graph.accessPackageAssignmentRequest'
'#microsoft.graph.accessPackageCatalog': '#/components/schemas/microsoft.graph.accessPackageCatalog'
'#microsoft.graph.accessPackageQuestion': '#/components/schemas/microsoft.graph.accessPackageQuestion'
'#microsoft.graph.accessPackageMultipleChoiceQuestion': '#/components/schemas/microsoft.graph.accessPackageMultipleChoiceQuestion'
'#microsoft.graph.accessPackageTextInputQuestion': '#/components/schemas/microsoft.graph.accessPackageTextInputQuestion'
'#microsoft.graph.accessPackageResource': '#/components/schemas/microsoft.graph.accessPackageResource'
'#microsoft.graph.accessPackageResourceEnvironment': '#/components/schemas/microsoft.graph.accessPackageResourceEnvironment'
'#microsoft.graph.accessPackageResourceRequest': '#/components/schemas/microsoft.graph.accessPackageResourceRequest'
'#microsoft.graph.accessPackageResourceRole': '#/components/schemas/microsoft.graph.accessPackageResourceRole'
'#microsoft.graph.accessPackageResourceRoleScope': '#/components/schemas/microsoft.graph.accessPackageResourceRoleScope'
'#microsoft.graph.accessPackageResourceScope': '#/components/schemas/microsoft.graph.accessPackageResourceScope'
'#microsoft.graph.accessPackageSubject': '#/components/schemas/microsoft.graph.accessPackageSubject'
'#microsoft.graph.accessReviewHistoryDefinition': '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition'
'#microsoft.graph.accessReviewHistoryInstance': '#/components/schemas/microsoft.graph.accessReviewHistoryInstance'
'#microsoft.graph.accessReviewInstance': '#/components/schemas/microsoft.graph.accessReviewInstance'
'#microsoft.graph.accessReviewInstanceDecisionItem': '#/components/schemas/microsoft.graph.accessReviewInstanceDecisionItem'
'#microsoft.graph.accessReviewReviewer': '#/components/schemas/microsoft.graph.accessReviewReviewer'
'#microsoft.graph.accessReviewScheduleDefinition': '#/components/schemas/microsoft.graph.accessReviewScheduleDefinition'
'#microsoft.graph.accessReviewSet': '#/components/schemas/microsoft.graph.accessReviewSet'
'#microsoft.graph.accessReviewStage': '#/components/schemas/microsoft.graph.accessReviewStage'
'#microsoft.graph.activitiesContainer': '#/components/schemas/microsoft.graph.activitiesContainer'
'#microsoft.graph.activityHistoryItem': '#/components/schemas/microsoft.graph.activityHistoryItem'
'#microsoft.graph.adminConsentRequestPolicy': '#/components/schemas/microsoft.graph.adminConsentRequestPolicy'
'#microsoft.graph.adminMicrosoft365Apps': '#/components/schemas/microsoft.graph.adminMicrosoft365Apps'
'#microsoft.graph.adminReportSettings': '#/components/schemas/microsoft.graph.adminReportSettings'
'#microsoft.graph.agreement': '#/components/schemas/microsoft.graph.agreement'
'#microsoft.graph.agreementAcceptance': '#/components/schemas/microsoft.graph.agreementAcceptance'
'#microsoft.graph.agreementFileProperties': '#/components/schemas/microsoft.graph.agreementFileProperties'
'#microsoft.graph.agreementFile': '#/components/schemas/microsoft.graph.agreementFile'
'#microsoft.graph.agreementFileLocalization': '#/components/schemas/microsoft.graph.agreementFileLocalization'
'#microsoft.graph.agreementFileVersion': '#/components/schemas/microsoft.graph.agreementFileVersion'
'#microsoft.graph.aiInteraction': '#/components/schemas/microsoft.graph.aiInteraction'
'#microsoft.graph.aiInteractionHistory': '#/components/schemas/microsoft.graph.aiInteractionHistory'
'#microsoft.graph.aiUser': '#/components/schemas/microsoft.graph.aiUser'
'#microsoft.graph.alert': '#/components/schemas/microsoft.graph.alert'
'#microsoft.graph.allowedValue': '#/components/schemas/microsoft.graph.allowedValue'
'#microsoft.graph.appCatalogs': '#/components/schemas/microsoft.graph.appCatalogs'
'#microsoft.graph.appConsentApprovalRoute': '#/components/schemas/microsoft.graph.appConsentApprovalRoute'
'#microsoft.graph.appConsentRequest': '#/components/schemas/microsoft.graph.appConsentRequest'
'#microsoft.graph.applePushNotificationCertificate': '#/components/schemas/microsoft.graph.applePushNotificationCertificate'
'#microsoft.graph.applicationTemplate': '#/components/schemas/microsoft.graph.applicationTemplate'
'#microsoft.graph.appLogCollectionRequest': '#/components/schemas/microsoft.graph.appLogCollectionRequest'
'#microsoft.graph.approval': '#/components/schemas/microsoft.graph.approval'
'#microsoft.graph.approvalStage': '#/components/schemas/microsoft.graph.approvalStage'
'#microsoft.graph.appScope': '#/components/schemas/microsoft.graph.appScope'
'#microsoft.graph.attachment': '#/components/schemas/microsoft.graph.attachment'
'#microsoft.graph.fileAttachment': '#/components/schemas/microsoft.graph.fileAttachment'
'#microsoft.graph.itemAttachment': '#/components/schemas/microsoft.graph.itemAttachment'
'#microsoft.graph.referenceAttachment': '#/components/schemas/microsoft.graph.referenceAttachment'
'#microsoft.graph.attachmentBase': '#/components/schemas/microsoft.graph.attachmentBase'
'#microsoft.graph.taskFileAttachment': '#/components/schemas/microsoft.graph.taskFileAttachment'
'#microsoft.graph.attachmentSession': '#/components/schemas/microsoft.graph.attachmentSession'
'#microsoft.graph.attackSimulationRoot': '#/components/schemas/microsoft.graph.attackSimulationRoot'
'#microsoft.graph.attendanceRecord': '#/components/schemas/microsoft.graph.attendanceRecord'
'#microsoft.graph.attributeMappingFunctionSchema': '#/components/schemas/microsoft.graph.attributeMappingFunctionSchema'
'#microsoft.graph.attributeSet': '#/components/schemas/microsoft.graph.attributeSet'
'#microsoft.graph.audioRoutingGroup': '#/components/schemas/microsoft.graph.audioRoutingGroup'
'#microsoft.graph.auditEvent': '#/components/schemas/microsoft.graph.auditEvent'
'#microsoft.graph.auditLogRoot': '#/components/schemas/microsoft.graph.auditLogRoot'
'#microsoft.graph.authentication': '#/components/schemas/microsoft.graph.authentication'
'#microsoft.graph.authenticationCombinationConfiguration': '#/components/schemas/microsoft.graph.authenticationCombinationConfiguration'
'#microsoft.graph.fido2CombinationConfiguration': '#/components/schemas/microsoft.graph.fido2CombinationConfiguration'
'#microsoft.graph.x509CertificateCombinationConfiguration': '#/components/schemas/microsoft.graph.x509CertificateCombinationConfiguration'
'#microsoft.graph.authenticationContextClassReference': '#/components/schemas/microsoft.graph.authenticationContextClassReference'
'#microsoft.graph.authenticationEventListener': '#/components/schemas/microsoft.graph.authenticationEventListener'
'#microsoft.graph.onAttributeCollectionListener': '#/components/schemas/microsoft.graph.onAttributeCollectionListener'
'#microsoft.graph.onAttributeCollectionStartListener': '#/components/schemas/microsoft.graph.onAttributeCollectionStartListener'
'#microsoft.graph.onAttributeCollectionSubmitListener': '#/components/schemas/microsoft.graph.onAttributeCollectionSubmitListener'
'#microsoft.graph.onAuthenticationMethodLoadStartListener': '#/components/schemas/microsoft.graph.onAuthenticationMethodLoadStartListener'
'#microsoft.graph.onEmailOtpSendListener': '#/components/schemas/microsoft.graph.onEmailOtpSendListener'
'#microsoft.graph.onFraudProtectionLoadStartListener': '#/components/schemas/microsoft.graph.onFraudProtectionLoadStartListener'
'#microsoft.graph.onInteractiveAuthFlowStartListener': '#/components/schemas/microsoft.graph.onInteractiveAuthFlowStartListener'
'#microsoft.graph.onTokenIssuanceStartListener': '#/components/schemas/microsoft.graph.onTokenIssuanceStartListener'
'#microsoft.graph.onUserCreateStartListener': '#/components/schemas/microsoft.graph.onUserCreateStartListener'
'#microsoft.graph.authenticationEventsFlow': '#/components/schemas/microsoft.graph.authenticationEventsFlow'
'#microsoft.graph.externalUsersSelfServiceSignUpEventsFlow': '#/components/schemas/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow'
'#microsoft.graph.authenticationFlowsPolicy': '#/components/schemas/microsoft.graph.authenticationFlowsPolicy'
'#microsoft.graph.authenticationMethod': '#/components/schemas/microsoft.graph.authenticationMethod'
'#microsoft.graph.emailAuthenticationMethod': '#/components/schemas/microsoft.graph.emailAuthenticationMethod'
'#microsoft.graph.fido2AuthenticationMethod': '#/components/schemas/microsoft.graph.fido2AuthenticationMethod'
'#microsoft.graph.microsoftAuthenticatorAuthenticationMethod': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethod'
'#microsoft.graph.passwordAuthenticationMethod': '#/components/schemas/microsoft.graph.passwordAuthenticationMethod'
'#microsoft.graph.phoneAuthenticationMethod': '#/components/schemas/microsoft.graph.phoneAuthenticationMethod'
'#microsoft.graph.platformCredentialAuthenticationMethod': '#/components/schemas/microsoft.graph.platformCredentialAuthenticationMethod'
'#microsoft.graph.softwareOathAuthenticationMethod': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethod'
'#microsoft.graph.temporaryAccessPassAuthenticationMethod': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethod'
'#microsoft.graph.windowsHelloForBusinessAuthenticationMethod': '#/components/schemas/microsoft.graph.windowsHelloForBusinessAuthenticationMethod'
'#microsoft.graph.authenticationMethodConfiguration': '#/components/schemas/microsoft.graph.authenticationMethodConfiguration'
'#microsoft.graph.emailAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.emailAuthenticationMethodConfiguration'
'#microsoft.graph.fido2AuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.fido2AuthenticationMethodConfiguration'
'#microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodConfiguration'
'#microsoft.graph.smsAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.smsAuthenticationMethodConfiguration'
'#microsoft.graph.softwareOathAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.softwareOathAuthenticationMethodConfiguration'
'#microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration'
'#microsoft.graph.voiceAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.voiceAuthenticationMethodConfiguration'
'#microsoft.graph.x509CertificateAuthenticationMethodConfiguration': '#/components/schemas/microsoft.graph.x509CertificateAuthenticationMethodConfiguration'
'#microsoft.graph.authenticationMethodModeDetail': '#/components/schemas/microsoft.graph.authenticationMethodModeDetail'
'#microsoft.graph.authenticationMethodsPolicy': '#/components/schemas/microsoft.graph.authenticationMethodsPolicy'
'#microsoft.graph.authenticationMethodsRoot': '#/components/schemas/microsoft.graph.authenticationMethodsRoot'
'#microsoft.graph.authenticationMethodTarget': '#/components/schemas/microsoft.graph.authenticationMethodTarget'
'#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget'
'#microsoft.graph.smsAuthenticationMethodTarget': '#/components/schemas/microsoft.graph.smsAuthenticationMethodTarget'
'#microsoft.graph.authenticationStrengthPolicy': '#/components/schemas/microsoft.graph.authenticationStrengthPolicy'
'#microsoft.graph.authenticationStrengthRoot': '#/components/schemas/microsoft.graph.authenticationStrengthRoot'
'#microsoft.graph.authoredNote': '#/components/schemas/microsoft.graph.authoredNote'
'#microsoft.graph.backupRestoreRoot': '#/components/schemas/
# --- truncated at 32 KB (184 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/microsoft-graph/refs/heads/main/openapi/microsoft-graph-admin-admin-api-openapi.yml