Show / Hide Table of Contents

Class SELinuxOptions

SELinuxOptions are the labels to be applied to the container

Inheritance
System.Object
SELinuxOptions
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class SELinuxOptions : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Level

Level is SELinux level label that applies to the container. +optional

Declaration
[JsonProperty("level")]
public virtual string Level { get; set; }
Property Value
Type Description
System.String

Role

Role is a SELinux role label that applies to the container. +optional

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
System.String

Type

Type is a SELinux type label that applies to the container. +optional

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

User

User is a SELinux user label that applies to the container. +optional

Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top