Class RoleTempalteArgs
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 RoleTempalteArgs : ResourceArgs
Constructors
View SourceRoleTempalteArgs()
Declaration
public RoleTempalteArgs()
Properties
View SourceAdministrative
Administrative role template. Default false (bool)
Declaration
public Input<bool> Administrative { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Annotations
Annotations for role template object (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Context
Role template context. cluster and project values are supported. Default: cluster (string)
Declaration
public Input<string> Context { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultRole
Default role template for new created cluster or project. Default false (bool)
Declaration
public Input<bool> DefaultRole { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Description
Role template description (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
External
External role template. Default false (bool)
Declaration
public Input<bool> External { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Hidden
Hidden role template. Default false (bool)
Declaration
public Input<bool> Hidden { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Labels
Labels for role template object (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Locked
Locked role template. Default false (bool)
Declaration
public Input<bool> Locked { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Role template name (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleTemplateIds
Inherit role template IDs (list)
Declaration
public InputList<string> RoleTemplateIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Rules
Role template policy rules (list)
Declaration
public InputList<RoleTempalteRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<RoleTempalteRuleArgs> |