Show / Hide Table of Contents

Class ClusterRoleTemplateBindingArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterRoleTemplateBindingArgs
Inherited Members
ResourceArgs.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
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterRoleTemplateBindingArgs : ResourceArgs

Constructors

View Source

ClusterRoleTemplateBindingArgs()

Declaration
public ClusterRoleTemplateBindingArgs()

Properties

View Source

Annotations

Annotations for cluster role template binding (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

ClusterId

The cluster id where bind cluster role template binding (string)

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

GroupId

The group ID to assign cluster role template binding (string)

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

GroupPrincipalId

The group_principal ID to assign cluster role template binding (string)

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

Labels

Labels for cluster role template binding (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

The name of the cluster role template binding (string)

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

RoleTemplateId

The role template id from create cluster role template binding (string)

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

UserId

The user ID to assign cluster role template binding (string)

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

UserPrincipalId

The user_principal ID to assign cluster role template binding (string)

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