Show / Hide Table of Contents

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 Source

Administrative

(Computed) Administrative role template (bool)

Declaration
public readonly bool Administrative
Field Value
Type Description
System.Boolean
View Source

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>
View Source

Builtin

(Computed) Builtin role template (string)

Declaration
public readonly bool Builtin
Field Value
Type Description
System.Boolean
View Source

Context

Declaration
public readonly string Context
Field Value
Type Description
System.String
View Source

DefaultRole

(Computed) Default role template for new created cluster or project (bool)

Declaration
public readonly bool DefaultRole
Field Value
Type Description
System.Boolean
View Source

Description

(Computed) Role template description (string)

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

External

(Computed) External role template (bool)

Declaration
public readonly bool External
Field Value
Type Description
System.Boolean
View Source

Hidden

(Computed) Hidden role template (bool)

Declaration
public readonly bool Hidden
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

Locked

(Computed) Locked role template (bool)

Declaration
public readonly bool Locked
Field Value
Type Description
System.Boolean
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

RoleTemplateIds

(Computed) Inherit role template IDs (list)

Declaration
public readonly ImmutableArray<string> RoleTemplateIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Rules

(Computed) Role template policy rules (list)

Declaration
public readonly ImmutableArray<GetRoleTempalteRuleResult> Rules
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetRoleTempalteRuleResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.