Show / Hide Table of Contents

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 Source

Description

The description of the project.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DomainId

See Argument Reference above.

Declaration
public readonly string DomainId
Field Value
Type Description
System.String
View Source

Enabled

See Argument Reference above.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IsDomain

See Argument Reference above.

Declaration
public readonly bool? IsDomain
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Name

See Argument Reference above.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ParentId

See Argument Reference above.

Declaration
public readonly string ParentId
Field Value
Type Description
System.String
View Source

Region

The region the project is located in.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Tags

See Argument Reference above.

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.