Show / Hide Table of Contents

Class GetAuthScopeResult

Inheritance
System.Object
GetAuthScopeResult
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 GetAuthScopeResult

Fields

View Source

DomainId

The domain ID of the scope.

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

DomainName

The domain name of the scope.

Declaration
public readonly string DomainName
Field Value
Type Description
System.String
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

Name

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

ProjectDomainId

The domain ID of the project.

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

ProjectDomainName

The domain name of the project.

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

ProjectId

The project ID of the scope.

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

ProjectName

The project name of the scope.

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

Region

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

Roles

A list of roles in the current scope. See reference below.

Declaration
public readonly ImmutableArray<GetAuthScopeRoleResult> Roles
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAuthScopeRoleResult>
View Source

UserDomainId

The domain ID of the user.

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

UserDomainName

The domain name of the user.

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

UserId

The user ID the of the scope.

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

UserName

The username of the scope.

Declaration
public readonly string UserName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.