Class GetClientServiceAccountUserResult
Inheritance
System.Object
GetClientServiceAccountUserResult
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.Keycloak.OpenId
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetClientServiceAccountUserResult
Fields
View SourceAttributes
Declaration
public readonly ImmutableDictionary<string, object> Attributes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
ClientId
Declaration
public readonly string ClientId
Field Value
| Type | Description |
|---|---|
| System.String |
Declaration
public readonly string Email
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
FederatedIdentities
Declaration
public readonly ImmutableArray<GetClientServiceAccountUserFederatedIdentityResult> FederatedIdentities
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClientServiceAccountUserFederatedIdentityResult> |
FirstName
Declaration
public readonly string FirstName
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 |
LastName
Declaration
public readonly string LastName
Field Value
| Type | Description |
|---|---|
| System.String |
RealmId
Declaration
public readonly string RealmId
Field Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |