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:
GetClientServiceAccountUser Result
The following output properties are available:
- attributes Dict[str, Any]
- client_
id str - email str
- enabled bool
- federated_
identities List[GetClient Service Account User Federated Identity] - 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.
Package Details
- Repository
- https://github.com/pulumi/pulumi-keycloak
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
keycloakTerraform Provider.