Show / Hide Table of Contents

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 Source

Attributes

Declaration
public readonly ImmutableDictionary<string, object> Attributes
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

ClientId

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

Email

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

Enabled

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

FederatedIdentities

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

FirstName

Declaration
public readonly string FirstName
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

LastName

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

RealmId

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

Username

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