Show / Hide Table of Contents

ManagedTenants.WriteRead.All

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 D DELETE /tenantRelationships/managedTenants/tenantTags/{tenantTagId}
V1 D GET /tenantRelationships/managedTenants/tenantTags
V1 D GET /tenantRelationships/managedTenants/tenantTags/{tenantTagId}
V1 D PATCH /tenantRelationships/managedTenants/tenantTags/{tenantTagId}
V1 D POST /tenantRelationships/managedTenants/tenantTags
V1 D POST /tenantRelationships/managedTenants/tenantTags/{tenantTagId}/assignTag
V1 D POST /tenantRelationships/managedTenants/tenantTags/{tenantTagId}/unassignTag

Delegate Permission

Id
Consent Type
Display String
Description

Resources

tenantInfo

Property Type Description
tenantId String The Azure Active Directory tenant identifier for the managed tenant. Optional.

tenantTag

Property Type Description
createdByUserId String The identifier for the account that created the tenant tag. Required. Read-only.
createdDateTime DateTimeOffset The date and time when the tenant tag was created. Required. Read-only.
deletedDateTime DateTimeOffset The date and time when the tenant tag was deleted. Required. Read-only.
description String The description for the tenant tag. Optional. Read-only.
displayName String The display name for the tenant tag. Required. Read-only.
id String The unique identifier for the tenant tag. Required. Read-only.
lastActionByUserId String The identifier for the account that lasted on the tenant tag. Optional. Read-only.
lastActionDateTime DateTimeOffset The date and time the last action was performed against the tenant tag. Optional. Read-only.
tenants microsoft.graph.managedTenants.tenantInfo collection The collection of managed tenants associated with the tenant tag. Optional.
In This Article
Back to top Created by merill | Submit feedback