acl resource type
Namespace: microsoft.graph.externalConnectors
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
An access control entry for an item indexed by a Microsoft Search externalConnection.
Properties
Property | Type | Description |
---|---|---|
accessType | String | The access granted to the identity. Possible values are: grant , deny . |
identitySource | String | The source of identity. Possible values are azureActiveDirectory or external . |
type | String | The type of identity. Possible values are: user , group , everyone , everyoneExceptGuests if the identitySource is azureActiveDirectory and just group if the identitySource is external . |
value | String | The unique identifer of the identity. For Microsoft Entra identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. For external groups, value is set to the ID of the externalGroup. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"accessType": "String",
"identitySource": "String",
"type": "String",
"value": "String"
}