Show / Hide Table of Contents

Class ContentSecurityPolicy

Content Security Policy contains the content security related policy of a resource.

Inheritance
object
ContentSecurityPolicy
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 ContentSecurityPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

McpContentSecurity

mcp_content_security contains the content security related settings at resource level for MCP traffic.

Declaration
[JsonProperty("mcpContentSecurity")]
public virtual ContentSecurity McpContentSecurity { get; set; }
Property Value
Type Description
ContentSecurity

Name

Output only. The resource name of the policy. Only the default policy is supported. We allow the following formats: projects/{PROJECT_NUMBER}/contentSecurityPolicies/default, projects/{PROJECT_ID}/contentSecurityPolicies/default, We only support project level content security policy for now.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX