Class ScopedAccessSettings
A relationship between access settings and its scope.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ScopedAccessSettings : IDirectResponseSchema
Properties
ActiveSettings
Optional. Access settings for this scoped access settings. This field may be empty if dry_run_settings is set.
Declaration
[JsonProperty("activeSettings")]
public virtual AccessSettings ActiveSettings { get; set; }
Property Value
Type | Description |
---|---|
AccessSettings |
DryRunSettings
Optional. Dry-run access settings for this scoped access settings. This field may be empty if active_settings is set.
Declaration
[JsonProperty("dryRunSettings")]
public virtual AccessSettings DryRunSettings { get; set; }
Property Value
Type | Description |
---|---|
AccessSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Scope
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.
Declaration
[JsonProperty("scope")]
public virtual AccessScope Scope { get; set; }
Property Value
Type | Description |
---|---|
AccessScope |