Tipo de recurso deviceManagementResourceAccessProfileAssignmentdeviceManagementResourceAccessProfileAssignment resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Importante: As APIs do Microsoft Graph na versão /beta estão sujeitas a alterações; não há suporte para o uso de produção.Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Observação: A API do Microsoft Graph para Intune requer uma licença ativa do Intune para o locatário.Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Entidade que descreve as configurações de nível de locatário para credenciais derivadasEntity that describes tenant level settings for derived credentials
MétodosMethods
PropriedadesProperties
PropriedadeProperty | TipoType | DescriçãoDescription |
---|---|---|
idid | StringString | Identificador exclusivo para as atribuiçõesUnique identifier for the Assignments |
finalidadeintent | deviceManagementResourceAccessProfileIntentdeviceManagementResourceAccessProfileIntent | A intenção de atribuição para o perfil de acesso ao recurso.The assignment intent for the resource access profile. Os valores possíveis são: apply e remove .Possible values are: apply , remove . |
destinotarget | deviceAndAppManagementAssignmentTargetdeviceAndAppManagementAssignmentTarget | O destino da atribuição para o perfil de acesso ao recurso.The assignment target for the resource access profile. |
sourceIdsourceId | StringString | O identificador da origem da atribuição.The identifier of the source of the assignment. |
RelaçõesRelationships
NenhumNone
Representação JSONJSON Representation
Veja a seguir uma representação JSON do recurso.Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceManagementResourceAccessProfileAssignment",
"id": "String (identifier)",
"intent": "String",
"target": {
"@odata.type": "microsoft.graph.configurationManagerCollectionAssignmentTarget",
"deviceAndAppManagementAssignmentFilterId": "String",
"deviceAndAppManagementAssignmentFilterType": "String",
"collectionId": "String"
},
"sourceId": "String"
}