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 SourceDomainId
The domain ID of the scope.
Declaration
public readonly string DomainId
Field Value
| Type | Description |
|---|---|
| System.String |
DomainName
The domain name of the scope.
Declaration
public readonly string DomainName
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectDomainId
The domain ID of the project.
Declaration
public readonly string ProjectDomainId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectDomainName
The domain name of the project.
Declaration
public readonly string ProjectDomainName
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The project ID of the scope.
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
ProjectName
The project name of the scope.
Declaration
public readonly string ProjectName
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
UserDomainId
The domain ID of the user.
Declaration
public readonly string UserDomainId
Field Value
| Type | Description |
|---|---|
| System.String |
UserDomainName
The domain name of the user.
Declaration
public readonly string UserDomainName
Field Value
| Type | Description |
|---|---|
| System.String |
UserId
The user ID the of the scope.
Declaration
public readonly string UserId
Field Value
| Type | Description |
|---|---|
| System.String |
UserName
The username of the scope.
Declaration
public readonly string UserName
Field Value
| Type | Description |
|---|---|
| System.String |