Class Bucket.IpFilterData.PublicNetworkSourceData
The public network source of the bucket's IP filter.
Inherited Members
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.IpFilterData.PublicNetworkSourceData
Properties
AllowedIpCidrRanges
The list of public IPv4, IPv6 cidr ranges that are allowed to access the bucket.
Declaration
[JsonProperty("allowedIpCidrRanges")]
public virtual IList<string> AllowedIpCidrRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |