Class GetProjectResult
Inheritance
System.Object
GetProjectResult
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 GetProjectResult
Fields
View SourceDescription
The description of the project.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
DomainId
See Argument Reference above.
Declaration
public readonly string DomainId
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
See Argument Reference above.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IsDomain
See Argument Reference above.
Declaration
public readonly bool? IsDomain
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ParentId
See Argument Reference above.
Declaration
public readonly string ParentId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
The region the project is located in.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
See Argument Reference above.
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |