Class ProjectRoleTemplateBindingState
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 ProjectRoleTemplateBindingState : ResourceArgs
Constructors
View SourceProjectRoleTemplateBindingState()
Declaration
public ProjectRoleTemplateBindingState()
Properties
View SourceAnnotations
Annotations of the resource (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
GroupId
The group ID to assign project role template binding (string)
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupPrincipalId
The group_principal ID to assign project role template binding (string)
Declaration
public Input<string> GroupPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels of the resource (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
The name of the project role template binding (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The project id where bind project role template (string)
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleTemplateId
The role template id from create project role template binding (string)
Declaration
public Input<string> RoleTemplateId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
The user ID to assign project role template binding (string)
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserPrincipalId
The user_principal ID to assign project role template binding (string)
Declaration
public Input<string> UserPrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |