Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PermissionResponse class
- Package:
- @azure/cosmos
- Extends
Properties
| activityId | |
| etag | |
| permission | A reference to the Permission corresponding to the returned PermissionDefinition. |
| requestCharge |
Inherited Properties
| diagnostics |
| headers |
| resource |
| statusCode |
| substatus |
Constructor Details
PermissionResponse(PermissionDefinition & PermissionBody & Resource, CosmosHeaders, number, Permission, CosmosDiagnostics)
new PermissionResponse(resource: PermissionDefinition & PermissionBody & Resource, headers: CosmosHeaders, statusCode: number, permission: Permission, diagnostics: CosmosDiagnostics)
Parameters
- resource
- headers
- CosmosHeaders
- statusCode
-
number
- permission
- Permission
- diagnostics
- CosmosDiagnostics
Property Details
activityId
string activityId
Property Value
string
etag
string etag
Property Value
string
permission
A reference to the Permission corresponding to the returned PermissionDefinition.
permission: Permission
Property Value
requestCharge
number requestCharge
Property Value
number
Inherited Property Details
diagnostics
headers
resource
resource: undefined | (PermissionDefinition & PermissionBody & Resource)
Property Value
undefined | (PermissionDefinition & PermissionBody & Resource)
Inherited From ResourceResponse.resource
