sumologic 3.1.0 published on Friday, Jun 27, 2025 by sumologic
sumologic.getMyUserId
Explore with Pulumi AI
sumologic 3.1.0 published on Friday, Jun 27, 2025 by sumologic
Using getMyUserId
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 getMyUserId(args: GetMyUserIdArgs, opts?: InvokeOptions): Promise<GetMyUserIdResult>
function getMyUserIdOutput(args: GetMyUserIdOutputArgs, opts?: InvokeOptions): Output<GetMyUserIdResult>
def get_my_user_id(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMyUserIdResult
def get_my_user_id_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMyUserIdResult]
func GetMyUserId(ctx *Context, args *GetMyUserIdArgs, opts ...InvokeOption) (*GetMyUserIdResult, error)
func GetMyUserIdOutput(ctx *Context, args *GetMyUserIdOutputArgs, opts ...InvokeOption) GetMyUserIdResultOutput
> Note: This function is named GetMyUserId
in the Go SDK.
public static class GetMyUserId
{
public static Task<GetMyUserIdResult> InvokeAsync(GetMyUserIdArgs args, InvokeOptions? opts = null)
public static Output<GetMyUserIdResult> Invoke(GetMyUserIdInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetMyUserIdResult> getMyUserId(GetMyUserIdArgs args, InvokeOptions options)
public static Output<GetMyUserIdResult> getMyUserId(GetMyUserIdArgs args, InvokeOptions options)
fn::invoke:
function: sumologic:index/getMyUserId:getMyUserId
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getMyUserId Result
The following output properties are available:
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- Sumo Logic sumologic/terraform-provider-sumologic
- License
- Notes
- This Pulumi package is based on the
sumologic
Terraform Provider.
sumologic 3.1.0 published on Friday, Jun 27, 2025 by sumologic