Class ContentSecurity
ContentSecurity defines the content security related fields of a MCP policy.
Implements
Inherited Members
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 |