Show / Hide Table of Contents

Class GetPodSecurityPolicyTemplateArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPodSecurityPolicyTemplateArgs
Inherited Members
InvokeArgs.Empty
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: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetPodSecurityPolicyTemplateArgs : InvokeArgs

Constructors

View Source

GetPodSecurityPolicyTemplateArgs()

Declaration
public GetPodSecurityPolicyTemplateArgs()

Properties

View Source

AllowedCapabilities

(list)

Declaration
public List<string> AllowedCapabilities { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

AllowedCsiDrivers

(list)

Declaration
public List<GetPodSecurityPolicyTemplateAllowedCsiDriverArgs> AllowedCsiDrivers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetPodSecurityPolicyTemplateAllowedCsiDriverArgs>
View Source

AllowedFlexVolumes

(list)

Declaration
public List<GetPodSecurityPolicyTemplateAllowedFlexVolumeArgs> AllowedFlexVolumes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetPodSecurityPolicyTemplateAllowedFlexVolumeArgs>
View Source

AllowedHostPaths

(list)

Declaration
public List<GetPodSecurityPolicyTemplateAllowedHostPathArgs> AllowedHostPaths { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetPodSecurityPolicyTemplateAllowedHostPathArgs>
View Source

AllowedProcMountTypes

(list)

Declaration
public List<string> AllowedProcMountTypes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

AllowedUnsafeSysctls

(list)

Declaration
public List<string> AllowedUnsafeSysctls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

AllowPrivilegeEscalation

= (Optional)

Declaration
public bool? AllowPrivilegeEscalation { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Annotations

Annotations for PodSecurityPolicyTemplate object (map)

Declaration
public Dictionary<string, object> Annotations { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

DefaultAddCapabilities

(list)

Declaration
public List<string> DefaultAddCapabilities { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

DefaultAllowPrivilegeEscalation

(list)

Declaration
public bool? DefaultAllowPrivilegeEscalation { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Description

The PodSecurityPolicyTemplate description (string)

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

ForbiddenSysctls

(list)

Declaration
public List<string> ForbiddenSysctls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

FsGroup

(list maxitems:1)

Declaration
public GetPodSecurityPolicyTemplateFsGroupArgs FsGroup { get; set; }
Property Value
Type Description
GetPodSecurityPolicyTemplateFsGroupArgs
View Source

HostIpc

(bool)

Declaration
public bool? HostIpc { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

HostNetwork

Declaration
public bool? HostNetwork { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

HostPid

(bool)

Declaration
public bool? HostPid { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

HostPorts

(list)

Declaration
public List<GetPodSecurityPolicyTemplateHostPortArgs> HostPorts { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetPodSecurityPolicyTemplateHostPortArgs>
View Source

Labels

Labels for PodSecurityPolicyTemplate object (map)

Declaration
public Dictionary<string, object> Labels { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

Name

The name of the PodSecurityPolicyTemplate (string)

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

Privileged

(bool)

Declaration
public bool? Privileged { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

ReadOnlyRootFilesystem

(bool)

Declaration
public bool? ReadOnlyRootFilesystem { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

RequiredDropCapabilities

(list)

Declaration
public List<string> RequiredDropCapabilities { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

RunAsGroup

(list maxitems:1)

Declaration
public GetPodSecurityPolicyTemplateRunAsGroupArgs RunAsGroup { get; set; }
Property Value
Type Description
GetPodSecurityPolicyTemplateRunAsGroupArgs
View Source

RunAsUser

(list maxitems:1)

Declaration
public GetPodSecurityPolicyTemplateRunAsUserArgs RunAsUser { get; set; }
Property Value
Type Description
GetPodSecurityPolicyTemplateRunAsUserArgs
View Source

RuntimeClass

(list maxitems:1)

Declaration
public GetPodSecurityPolicyTemplateRuntimeClassArgs RuntimeClass { get; set; }
Property Value
Type Description
GetPodSecurityPolicyTemplateRuntimeClassArgs
View Source

SeLinux

(list maxitems:1)

Declaration
public GetPodSecurityPolicyTemplateSeLinuxArgs SeLinux { get; set; }
Property Value
Type Description
GetPodSecurityPolicyTemplateSeLinuxArgs
View Source

SupplementalGroup

(list maxitems:1)

Declaration
public GetPodSecurityPolicyTemplateSupplementalGroupArgs SupplementalGroup { get; set; }
Property Value
Type Description
GetPodSecurityPolicyTemplateSupplementalGroupArgs
View Source

Volumes

(list)

Declaration
public List<string> Volumes { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.