ScopedAccessSettings
import type { ScopedAccessSettings } from "https://googleapis.deno.dev/v1/accesscontextmanager:v1.ts";
A relationship between access settings and its scope.
interface ScopedAccessSettings {
activeSettings?: AccessSettings;
dryRunSettings?: AccessSettings;
scope?: AccessScope;
}§Properties
§
activeSettings?: AccessSettings
[src]Optional. Access settings for this scoped access settings. This field may be empty if dry_run_settings is set.
§
dryRunSettings?: AccessSettings
[src]Optional. Dry-run access settings for this scoped access settings. This field may be empty if active_settings is set.
§
scope?: AccessScope
[src]Optional. Application, etc. to which the access settings will be applied to. Implicitly, this is the scoped access settings key; as such, it must be unique and non-empty.