Class PodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class PodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs : ResourceArgs
Constructors
View SourcePodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs()
Declaration
public PodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs()
Properties
View SourceLevel
(string)
Declaration
public Input<string> Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
(string)
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
(string)
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
User
(string)
Declaration
public Input<string> User { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |