tenantAllowBlockListEntryResult resource type

Namespace: microsoft.graph.security

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.

Represents the result of a tenant allow block list entry. An entry for a tenant allow block list item can be a URL, attachment, or senders.

Properties

Property Type Description
entryType tenantAllowBlockListEntryType The tenant allow-block list entry type. The possible values are: url, fileHash, sender, recipient and unkownFutureValue.
expirationDateTime DateTimeOffset Specifies the date and time when the entry expires.
identity String Specifies the identity of the entry generated by the tenant allow block list system.
status longRunningOperationStatus Specifies whether the tenant allow block list entry creation operation was successful. The possible values are: notStarted, running, succeeded, failed, skipped and unkownFutureValue.
value String Specifies the value of the created tenant allow block list entry.

Relationships

None.

JSON representation

Here's a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.security.tenantAllowBlockListEntryResult",
  "identity": "String",
  "value": "String",
  "entryType": "String",
  "expirationDateTime": "String (timestamp)",
  "status": "String"
}