Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConcurrentAccessRestriction

import type { ConcurrentAccessRestriction } from "https://googleapis.deno.dev/v1/books:v1.ts";
interface ConcurrentAccessRestriction {
deviceAllowed?: boolean;
kind?: string;
maxConcurrentDevices?: number;
message?: string;
nonce?: string;
reasonCode?: string;
restricted?: boolean;
signature?: string;
source?: string;
timeWindowSeconds?: number;
volumeId?: string;
}

§Properties

§
deviceAllowed?: boolean
[src]

Whether access is granted for this (user, device, volume).

§
kind?: string
[src]

Resource type.

§
maxConcurrentDevices?: number
[src]

The maximum number of concurrent access licenses for this volume.

§
message?: string
[src]

Error/warning message.

§
nonce?: string
[src]

Client nonce for verification. Download access and client-validation only.

§
reasonCode?: string
[src]

Error/warning reason code.

§
restricted?: boolean
[src]

Whether this volume has any concurrent access restrictions.

§
signature?: string
[src]

Response signature.

§
source?: string
[src]

Client app identifier for verification. Download access and client-validation only.

§
timeWindowSeconds?: number
[src]

Time in seconds for license auto-expiration.

§
volumeId?: string
[src]

Identifies the volume for which this entry applies.