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
LocalUserGroup data source
Using getLocalUserGroup
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 getLocalUserGroup(args: GetLocalUserGroupArgs, opts?: InvokeOptions): Promise<GetLocalUserGroupResult>
function getLocalUserGroupOutput(args: GetLocalUserGroupOutputArgs, opts?: InvokeOptions): Output<GetLocalUserGroupResult>def get_local_user_group(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalUserGroupResult
def get_local_user_group_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalUserGroupResult]func LookupLocalUserGroup(ctx *Context, args *LookupLocalUserGroupArgs, opts ...InvokeOption) (*LookupLocalUserGroupResult, error)
func LookupLocalUserGroupOutput(ctx *Context, args *LookupLocalUserGroupOutputArgs, opts ...InvokeOption) LookupLocalUserGroupResultOutput> Note: This function is named LookupLocalUserGroup in the Go SDK.
public static class GetLocalUserGroup
{
public static Task<GetLocalUserGroupResult> InvokeAsync(GetLocalUserGroupArgs args, InvokeOptions? opts = null)
public static Output<GetLocalUserGroupResult> Invoke(GetLocalUserGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetLocalUserGroupResult> getLocalUserGroup(GetLocalUserGroupArgs args, InvokeOptions options)
public static Output<GetLocalUserGroupResult> getLocalUserGroup(GetLocalUserGroupArgs args, InvokeOptions options)
fn::invoke:
function: scm:index/getLocalUserGroup:getLocalUserGroup
arguments:
# arguments dictionaryThe following arguments are supported:
getLocalUserGroup Result
The following output properties are available:
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the local user group
- Name string
- The name of the local user group
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Users List<string>
- The local user group users
- Device string
- The device in which the resource is defined
- Folder string
- The folder in which the resource is defined
- Id string
- The UUID of the local user group
- Name string
- The name of the local user group
- Snippet string
- The snippet in which the resource is defined
- Tfid string
- Users []string
- The local user group users
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the local user group
- name String
- The name of the local user group
- snippet String
- The snippet in which the resource is defined
- tfid String
- users List<String>
- The local user group users
- device string
- The device in which the resource is defined
- folder string
- The folder in which the resource is defined
- id string
- The UUID of the local user group
- name string
- The name of the local user group
- snippet string
- The snippet in which the resource is defined
- tfid string
- users string[]
- The local user group users
- device String
- The device in which the resource is defined
- folder String
- The folder in which the resource is defined
- id String
- The UUID of the local user group
- name String
- The name of the local user group
- snippet String
- The snippet in which the resource is defined
- tfid String
- users List<String>
- The local user group users
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
