coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
coralogix.getGroup
Explore with Pulumi AI
coralogix 2.0.17 published on Tuesday, Apr 22, 2025 by coralogix
Coralogix group.
Using getGroup
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 getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
def get_group(display_name: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(display_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput
> Note: This function is named LookupGroup
in the Go SDK.
public static class GetGroup
{
public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
fn::invoke:
function: coralogix:index/getGroup:getGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Display
Name string - Group display name.
- Id string
- Group ID.
- Display
Name string - Group display name.
- Id string
- Group ID.
- display
Name String - Group display name.
- id String
- Group ID.
- display
Name string - Group display name.
- id string
- Group ID.
- display_
name str - Group display name.
- id str
- Group ID.
- display
Name String - Group display name.
- id String
- Group ID.
getGroup Result
The following output properties are available:
- Display
Name string - Group display name.
- Members List<string>
- Role string
- Scope
Id string - Scope attached to the group.
- Id string
- Group ID.
- Display
Name string - Group display name.
- Members []string
- Role string
- Scope
Id string - Scope attached to the group.
- Id string
- Group ID.
- display
Name String - Group display name.
- members List<String>
- role String
- scope
Id String - Scope attached to the group.
- id String
- Group ID.
- display
Name string - Group display name.
- members string[]
- role string
- scope
Id string - Scope attached to the group.
- id string
- Group ID.
- display_
name str - Group display name.
- members Sequence[str]
- role str
- scope_
id str - Scope attached to the group.
- id str
- Group ID.
- display
Name String - Group display name.
- members List<String>
- role String
- scope
Id String - Scope attached to the group.
- id String
- Group ID.
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