identifierUriConfiguration-Ressourcentyp

Namespace: microsoft.graph

Konfigurationsobjekt zum Konfigurieren einer Einschränkung für Bezeichner-URIs für Anwendungsobjekte.

Eigenschaften

Eigenschaft Typ Beschreibung
nonDefaultUriAddition identifierUriRestriction Blockieren Sie neue Bezeichner-URIs für Anwendungen, es sei denn, sie sind der "Standard-URI" des Formats api://{appId} oder api://{tenantId}/{appId}.
uriAdditionWithoutUniqueTenantIdentifier identifierUriRestriction Blockieren Sie neue Bezeichner-URIs für Anwendungen, es sei denn, sie enthalten einen eindeutigen Mandantenbezeichner wie die Mandanten-ID, appId (Client-ID) oder überprüfte Domäne. Beispiel: api://{tenantId}/string, api://{appId}/string, {scheme}://string/{tenantId}, {scheme}://string/{appId}, https://{verified-domain.com}/path, . {scheme}://{subdomain}.{verified-domain.com}/path

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.

{
  "@odata.type": "#microsoft.graph.identifierUriConfiguration",
  "nonDefaultUriAddition": {
    "@odata.type": "microsoft.graph.identifierUriRestriction"
  },
  "uriAdditionWithoutUniqueTenantIdentifier": {
    "@odata.type": "microsoft.graph.identifierUriRestriction"
  }
}