Class GetProjectArgs
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 GetProjectArgs : InvokeArgs
Constructors
View SourceGetProjectArgs()
Declaration
public GetProjectArgs()
Properties
View SourceDomainId
The domain this project belongs to.
Declaration
public string DomainId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Enabled
Whether the project is enabled or disabled. Valid
values are true and false.
Declaration
public bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IsDomain
Whether this project is a domain. Valid values
are true and false.
Declaration
public bool? IsDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the project.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentId
The parent of this project.
Declaration
public string ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region the project is located in.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |