Show / Hide Table of Contents

Class ContentSecurity

ContentSecurity defines the content security related fields of a MCP policy.

Inheritance
object
ContentSecurity
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.ServiceUsage.v1.Data
Assembly: Google.Apis.ServiceUsage.v1.dll
Syntax
public class ContentSecurity : IDirectResponseSchema

Properties

ContentSecurityProviders

List of content security providers that are enabled for content scanning.

Declaration
[JsonProperty("contentSecurityProviders")]
public virtual IList<ContentSecurityProvider> ContentSecurityProviders { get; set; }
Property Value
Type Description
IList<ContentSecurityProvider>

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