Tipo de recurso windowsInformationProtectionAppLockerFile

Namespace: microsoft.graph

Observação: A API do Microsoft Graph para Intune requer uma licença ativa do Intune para o locatário.

Arquivo do AppLocker da Proteção de Informações do Windows

Métodos

Método Tipo de retorno Descrição
Listar windowsInformationProtectionAppLockerFiles Conjunto windowsInformationProtectionAppLockerFile Listar propriedades e relações de objetos de windowsInformationProtectionAppLockerFile.
Obter windowsInformationProtectionAppLockerFile windowsInformationProtectionAppLockerFile Ler propriedades e relações de objetos de windowsInformationProtectionAppLockerFile.
Criar windowsInformationProtectionAppLockerFile windowsInformationProtectionAppLockerFile Criar um novo objeto de windowsInformationProtectionAppLockerFile.
Excluir windowsInformationProtectionAppLockerFile Nenhum Excluir windowsInformationProtectionAppLockerFile.
Atualizar windowsInformationProtectionAppLockerFile windowsInformationProtectionAppLockerFile Atualizar as propriedades de um objeto de windowsInformationProtectionAppLockerFile.

Propriedades

Propriedade Tipo Descrição
displayName Cadeia de caracteres O nome amigável
fileHash Cadeia de caracteres Hash SHA256 do arquivo
file Binária Arquivo como uma matriz de bytes
id String Chave da entidade.
versão String Versão da entidade.

Relações

Nenhuma

Representação JSON

Veja a seguir uma representação JSON do recurso.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionAppLockerFile",
  "displayName": "String",
  "fileHash": "String",
  "file": "binary",
  "id": "String (identifier)",
  "version": "String"
}