## AccessPolicyInteraction variable  
Interactions with a resource that can be controlled via an access policy.  
Codes taken from [http://hl7.org/fhir/codesystem-restful-interaction.html](http://hl7.org/fhir/codesystem-restful-interaction.html)  
**Signature:**  
```typescript  
AccessPolicyInteraction: {  
    readonly READ: "read";  
    readonly VREAD: "vread";  
    readonly UPDATE: "update";  
    readonly DELETE: "delete";  
    readonly HISTORY: "history";  
    readonly CREATE: "create";  
    readonly SEARCH: "search";  
}  
```  
- [AccessPolicyInteraction variable](/content/docs/sdk/core/accesspolicyinteraction#accesspolicyinteraction-variable/index.html)
