coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
coralogix.getUser
Explore with Pulumi AI
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
Coralogix User.
Using getUser
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getUser(args: GetUserArgs, opts?: InvokeOptions): Promise<GetUserResult>
function getUserOutput(args: GetUserOutputArgs, opts?: InvokeOptions): Output<GetUserResult>
def get_user(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserResult
def get_user_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserResult]
func LookupUser(ctx *Context, args *LookupUserArgs, opts ...InvokeOption) (*LookupUserResult, error)
func LookupUserOutput(ctx *Context, args *LookupUserOutputArgs, opts ...InvokeOption) LookupUserResultOutput
> Note: This function is named LookupUser
in the Go SDK.
public static class GetUser
{
public static Task<GetUserResult> InvokeAsync(GetUserArgs args, InvokeOptions? opts = null)
public static Output<GetUserResult> Invoke(GetUserInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
public static Output<GetUserResult> getUser(GetUserArgs args, InvokeOptions options)
fn::invoke:
function: coralogix:index/getUser:getUser
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- User ID.
- Id string
- User ID.
- id String
- User ID.
- id string
- User ID.
- id str
- User ID.
- id String
- User ID.
getUser Result
The following output properties are available:
- Active bool
- Emails
List<Get
User Email> - Groups List<string>
- Id string
- User ID.
- Name
Get
User Name - User
Name string - User name.
- Active bool
- Emails
[]Get
User Email - Groups []string
- Id string
- User ID.
- Name
Get
User Name - User
Name string - User name.
- active Boolean
- emails
List<Get
User Email> - groups List<String>
- id String
- User ID.
- name
Get
User Name - user
Name String - User name.
- active boolean
- emails
Get
User Email[] - groups string[]
- id string
- User ID.
- name
Get
User Name - user
Name string - User name.
- active bool
- emails
Sequence[Get
User Email] - groups Sequence[str]
- id str
- User ID.
- name
Get
User Name - user_
name str - User name.
- active Boolean
- emails List<Property Map>
- groups List<String>
- id String
- User ID.
- name Property Map
- user
Name String - User name.
Supporting Types
GetUserEmail
GetUserName
- Family
Name string - Given
Name string
- Family
Name string - Given
Name string
- family
Name String - given
Name String
- family
Name string - given
Name string
- family_
name str - given_
name str
- family
Name String - given
Name String
Package Details
- Repository
- coralogix coralogix/terraform-provider-coralogix
- License
- Notes
- This Pulumi package is based on the
coralogix
Terraform Provider.
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix