{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.resellerDelegatedAdminRelationship", "title": "microsoft.graph.resellerDelegatedAdminRelationship", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.delegatedAdminRelationship" }, { "title": "resellerDelegatedAdminRelationship", "required": [ "@odata.type" ], "type": "object", "properties": { "indirectProviderTenantId": { "type": "string", "description": "The tenant ID of the indirect provider partner who created the relationship for the indirect reseller partner." }, "isPartnerConsentPending": { "type": "boolean", "description": "Indicates the indirect reseller partner consent status. true indicates that the partner has yet to review the relationship; false indicates that the partner has already provided consent by approving or rejecting the relationship." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.resellerDelegatedAdminRelationship" }