Class AccessControlSettings
Settings for controlling access to a curated package.
Implements
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class AccessControlSettings : IDirectResponseSchema
Properties
AllowlistedMediaPlanners
Required. Immutable. The list of media planners that are explicitly granted access to the curated package.
Eligible media planners can be found in the mediaPlanners.list method. Only a single media planner may be
allowlisted at this time. Format: mediaPlanners/{mediaPlannerAccountId}
Declaration
[JsonProperty("allowlistedMediaPlanners")]
public virtual IList<string> AllowlistedMediaPlanners { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |