@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
10 lines • 468 B
JavaScript
import { ResourceResponse } from "../../request/index.js";
export class PermissionResponse extends ResourceResponse {
constructor(resource, headers, statusCode, permission, diagnostics) {
super(resource, headers, statusCode, diagnostics);
this.permission = permission;
}
/** A reference to the {@link Permission} corresponding to the returned {@link PermissionDefinition}. */
permission;
}
//# sourceMappingURL=PermissionResponse.js.map