Show / Hide Table of Contents

Class AccessControlSettings

Settings for controlling access to a curated package.

Inheritance
object
AccessControlSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1beta.Data
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX