acl resource type
Namespace: microsoft.graph.externalConnectors
An access control entry for an item indexed by a Microsoft Search externalConnection.
Properties
Property | Type | Description |
---|---|---|
accessType | microsoft.graph.externalConnectors.accessType | The access granted to the identity. Possible values are: grant , deny , unknownFutureValue . |
type | microsoft.graph.externalConnectors.aclType | The type of identity. Possible values are: user , group , everyone , everyoneExceptGuests , externalGroup , unknownFutureValue . |
value | String | The unique identifer of the identity. In case of Azure Active Directory identities, value is set to the object identifier of the user, group or tenant for types user, group and everyone (and everyoneExceptGuests) respectively. In case of external groups value is set to the ID of the externalGroup |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"accessType": "String",
"type": "String",
"value": "String"
}
Feedback
Submit and view feedback for