Class GetRoleTempalteResult
Inheritance
System.Object
GetRoleTempalteResult
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 GetRoleTempalteResult
Fields
View SourceAdministrative
(Computed) Administrative role template (bool)
Declaration
public readonly bool Administrative
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Annotations
(Computed) Annotations for role template object (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Builtin
(Computed) Builtin role template (string)
Declaration
public readonly bool Builtin
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Context
Declaration
public readonly string Context
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultRole
(Computed) Default role template for new created cluster or project (bool)
Declaration
public readonly bool DefaultRole
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Description
(Computed) Role template description (string)
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
External
(Computed) External role template (bool)
Declaration
public readonly bool External
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Hidden
(Computed) Hidden role template (bool)
Declaration
public readonly bool Hidden
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Labels
(Computed) Labels for role template object (map)
Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
Locked
(Computed) Locked role template (bool)
Declaration
public readonly bool Locked
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
RoleTemplateIds
(Computed) Inherit role template IDs (list)
Declaration
public readonly ImmutableArray<string> RoleTemplateIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Rules
(Computed) Role template policy rules (list)
Declaration
public readonly ImmutableArray<GetRoleTempalteRuleResult> Rules
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRoleTempalteRuleResult> |