Class GetPodSecurityPolicyTemplateArgs
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: Pulumi.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetPodSecurityPolicyTemplateArgs : InvokeArgs
Constructors
View SourceGetPodSecurityPolicyTemplateArgs()
Declaration
public GetPodSecurityPolicyTemplateArgs()
Properties
View SourceAllowedCapabilities
(list)
Declaration
public List<string> AllowedCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
AllowedCsiDrivers
(list)
Declaration
public List<GetPodSecurityPolicyTemplateAllowedCsiDriverArgs> AllowedCsiDrivers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetPodSecurityPolicyTemplateAllowedCsiDriverArgs> |
AllowedFlexVolumes
(list)
Declaration
public List<GetPodSecurityPolicyTemplateAllowedFlexVolumeArgs> AllowedFlexVolumes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetPodSecurityPolicyTemplateAllowedFlexVolumeArgs> |
AllowedHostPaths
(list)
Declaration
public List<GetPodSecurityPolicyTemplateAllowedHostPathArgs> AllowedHostPaths { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetPodSecurityPolicyTemplateAllowedHostPathArgs> |
AllowedProcMountTypes
(list)
Declaration
public List<string> AllowedProcMountTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
AllowedUnsafeSysctls
(list)
Declaration
public List<string> AllowedUnsafeSysctls { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
AllowPrivilegeEscalation
= (Optional)
Declaration
public bool? AllowPrivilegeEscalation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
DefaultAddCapabilities
(list)
Declaration
public List<string> DefaultAddCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
DefaultAllowPrivilegeEscalation
(list)
Declaration
public bool? DefaultAllowPrivilegeEscalation { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Description
The PodSecurityPolicyTemplate description (string)
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ForbiddenSysctls
(list)
Declaration
public List<string> ForbiddenSysctls { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
FsGroup
(list maxitems:1)
Declaration
public GetPodSecurityPolicyTemplateFsGroupArgs FsGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPodSecurityPolicyTemplateFsGroupArgs |
HostIpc
(bool)
Declaration
public bool? HostIpc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HostNetwork
Declaration
public bool? HostNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HostPid
(bool)
Declaration
public bool? HostPid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
HostPorts
(list)
Declaration
public List<GetPodSecurityPolicyTemplateHostPortArgs> HostPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetPodSecurityPolicyTemplateHostPortArgs> |
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> |
Name
The name of the PodSecurityPolicyTemplate (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Privileged
(bool)
Declaration
public bool? Privileged { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ReadOnlyRootFilesystem
(bool)
Declaration
public bool? ReadOnlyRootFilesystem { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RequiredDropCapabilities
(list)
Declaration
public List<string> RequiredDropCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
RunAsGroup
(list maxitems:1)
Declaration
public GetPodSecurityPolicyTemplateRunAsGroupArgs RunAsGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPodSecurityPolicyTemplateRunAsGroupArgs |
RunAsUser
(list maxitems:1)
Declaration
public GetPodSecurityPolicyTemplateRunAsUserArgs RunAsUser { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPodSecurityPolicyTemplateRunAsUserArgs |
RuntimeClass
(list maxitems:1)
Declaration
public GetPodSecurityPolicyTemplateRuntimeClassArgs RuntimeClass { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPodSecurityPolicyTemplateRuntimeClassArgs |
SeLinux
(list maxitems:1)
Declaration
public GetPodSecurityPolicyTemplateSeLinuxArgs SeLinux { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPodSecurityPolicyTemplateSeLinuxArgs |
SupplementalGroup
(list maxitems:1)
Declaration
public GetPodSecurityPolicyTemplateSupplementalGroupArgs SupplementalGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| GetPodSecurityPolicyTemplateSupplementalGroupArgs |
Volumes
(list)
Declaration
public List<string> Volumes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |