Show / Hide Table of Contents

Class GetPodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetPodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs
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.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetPodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs : InvokeArgs

Constructors

View Source

GetPodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs()

Declaration
public GetPodSecurityPolicyTemplateSeLinuxSeLinuxOptionArgs()

Properties

View Source

Level

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

Role

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

Type

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

User

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