Class RoleAssignmentState
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.OpenStack.Identity
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RoleAssignmentState : ResourceArgs
Constructors
View SourceRoleAssignmentState()
Declaration
public RoleAssignmentState()
Properties
View SourceDomainId
The domain to assign the role in.
Declaration
public Input<string> DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The group to assign the role to.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The project to assign the role in.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleId
The role to assign.
Declaration
public Input<string> RoleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserId
The user to assign the role to.
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |