Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
LocalUser data source
Using getLocalUser
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 getLocalUser(args: GetLocalUserArgs, opts?: InvokeOptions): Promise<GetLocalUserResult>
function getLocalUserOutput(args: GetLocalUserOutputArgs, opts?: InvokeOptions): Output<GetLocalUserResult>def get_local_user(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalUserResult
def get_local_user_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalUserResult]func LookupLocalUser(ctx *Context, args *LookupLocalUserArgs, opts ...InvokeOption) (*LookupLocalUserResult, error)
func LookupLocalUserOutput(ctx *Context, args *LookupLocalUserOutputArgs, opts ...InvokeOption) LookupLocalUserResultOutput> Note: This function is named LookupLocalUser in the Go SDK.
public static class GetLocalUser
{
public static Task<GetLocalUserResult> InvokeAsync(GetLocalUserArgs args, InvokeOptions? opts = null)
public static Output<GetLocalUserResult> Invoke(GetLocalUserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLocalUserResult> getLocalUser(GetLocalUserArgs args, InvokeOptions options)
public static Output<GetLocalUserResult> getLocalUser(GetLocalUserArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getLocalUser:getLocalUser
arguments:
# arguments dictionaryThe following arguments are supported:
getLocalUser Result
The following output properties are available:
- Device string
- The device in which the resource is defined
- Disabled bool
- Is the local user disabled?
- Encrypted
Values Dictionary<string, string> - Map of sensitive values returned from the API.
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the local user
- Name string
- The name of the local user
- Password string
- The password of the local user
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Device string
- The device in which the resource is defined
- Disabled bool
- Is the local user disabled?
- Encrypted
Values map[string]string - Map of sensitive values returned from the API.
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the local user
- Name string
- The name of the local user
- Password string
- The password of the local user
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- device String
- The device in which the resource is defined
- disabled Boolean
- Is the local user disabled?
- encrypted
Values Map<String,String> - Map of sensitive values returned from the API.
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the local user
- name String
- The name of the local user
- password String
- The password of the local user
- snippet String
- The snippet in which the resource is defined
- tfid String
- device string
- The device in which the resource is defined
- disabled boolean
- Is the local user disabled?
- encrypted
Values {[key: string]: string} - Map of sensitive values returned from the API.
- folder string
- The folder in which the resource is defined
- id string
- The UUID of the local user
- name string
- The name of the local user
- password string
- The password of the local user
- snippet string
- The snippet in which the resource is defined
- tfid string
- device str
- The device in which the resource is defined
- disabled bool
- Is the local user disabled?
- encrypted_
values Mapping[str, str] - Map of sensitive values returned from the API.
- folder str
- The folder in which the resource is defined
- id str
- The UUID of the local user
- name str
- The name of the local user
- password str
- The password of the local user
- snippet str
- The snippet in which the resource is defined
- tfid str
- device String
- The device in which the resource is defined
- disabled Boolean
- Is the local user disabled?
- encrypted
Values Map<String> - Map of sensitive values returned from the API.
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the local user
- name String
- The name of the local user
- password String
- The password of the local user
- snippet String
- The snippet in which the resource is defined
- tfid String
Package Details
- Repository
- scm pulumi/pulumi-scm
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scmTerraform Provider.
Strata Cloud Manager v0.4.3 published on Saturday, Nov 8, 2025 by Pulumi
