Show / Hide Table of Contents

Class GetProjectArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetProjectArgs
Inherited Members
InvokeArgs.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 GetProjectArgs : InvokeArgs

Constructors

View Source

GetProjectArgs()

Declaration
public GetProjectArgs()

Properties

View Source

DomainId

The domain this project belongs to.

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

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>
View Source

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>
View Source

Name

The name of the project.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ParentId

The parent of this project.

Declaration
public string ParentId { get; set; }
Property Value
Type Description
System.String
View Source

Region

The region the project is located in.

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