GetClientServiceAccountUser

Using GetClientServiceAccountUser

function getClientServiceAccountUser(args: GetClientServiceAccountUserArgs, opts?: InvokeOptions): Promise<GetClientServiceAccountUserResult>
function  get_client_service_account_user(client_id=None, realm_id=None, opts=None)
func GetClientServiceAccountUser(ctx *Context, args *GetClientServiceAccountUserArgs, opts ...InvokeOption) (*GetClientServiceAccountUserResult, error)
public static class GetClientServiceAccountUser {
    public static Task<GetClientServiceAccountUserResult> InvokeAsync(GetClientServiceAccountUserArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

ClientId string
RealmId string
ClientId string
RealmId string
clientId string
realmId string
client_id str
realm_id str

GetClientServiceAccountUser Result

The following output properties are available:

Attributes Dictionary<string, object>
ClientId string
Email string
Enabled bool
FederatedIdentities List<GetClientServiceAccountUserFederatedIdentity>
FirstName string
Id string

The provider-assigned unique ID for this managed resource.

LastName string
RealmId string
Username string
Attributes map[string]interface{}
ClientId string
Email string
Enabled bool
FederatedIdentities []GetClientServiceAccountUserFederatedIdentity
FirstName string
Id string

The provider-assigned unique ID for this managed resource.

LastName string
RealmId string
Username string
attributes {[key: string]: any}
clientId string
email string
enabled boolean
federatedIdentities GetClientServiceAccountUserFederatedIdentity[]
firstName string
id string

The provider-assigned unique ID for this managed resource.

lastName string
realmId string
username string
attributes Dict[str, Any]
client_id str
email str
enabled bool
federated_identities List[GetClientServiceAccountUserFederatedIdentity]
first_name str
id str

The provider-assigned unique ID for this managed resource.

last_name str
realm_id str
username str

Supporting Types

GetClientServiceAccountUserFederatedIdentity

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

IdentityProvider string
UserId string
UserName string
IdentityProvider string
UserId string
UserName string
identityProvider string
userId string
userName string
identityProvider str
userId str
userName str

Package Details

Repository
https://github.com/pulumi/pulumi-keycloak
License
Apache-2.0
Notes
This Pulumi package is based on the keycloak Terraform Provider.