Show / Hide Table of Contents

Class RoleAssignmentArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RoleAssignmentArgs
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.OpenStack.Identity
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class RoleAssignmentArgs : ResourceArgs

Constructors

View Source

RoleAssignmentArgs()

Declaration
public RoleAssignmentArgs()

Properties

View Source

DomainId

The domain to assign the role in.

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

GroupId

The group to assign the role to.

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

ProjectId

The project to assign the role in.

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

Region

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

RoleId

The role to assign.

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

UserId

The user to assign the role to.

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