proxmoxve logo
Proxmox Virtual Environment (Proxmox VE) v5.0.1, May 27 23

proxmoxve.Permission.getGroups

Explore with Pulumi AI

Using getGroups

function getGroups(opts?: InvokeOptions): Promise<GetGroupsResult>
def get_groups(opts: Optional[InvokeOptions] = None) -> GetGroupsResult
func GetGroups(ctx *Context, opts ...InvokeOption) (*GetGroupsResult, error)

> Note: This function is named GetGroups in the Go SDK.

public static class GetGroups 
{
    public static Task<GetGroupsResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetGroupsResult> getGroups(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: proxmoxve:Permission/getGroups:getGroups
  arguments:
    # arguments dictionary

getGroups Result

The following output properties are available:

Comments List<string>
GroupIds List<string>
Id string

The provider-assigned unique ID for this managed resource.

Comments []string
GroupIds []string
Id string

The provider-assigned unique ID for this managed resource.

comments List<String>
groupIds List<String>
id String

The provider-assigned unique ID for this managed resource.

comments string[]
groupIds string[]
id string

The provider-assigned unique ID for this managed resource.

comments Sequence[str]
group_ids Sequence[str]
id str

The provider-assigned unique ID for this managed resource.

comments List<String>
groupIds List<String>
id String

The provider-assigned unique ID for this managed resource.

Package Details

Repository
proxmoxve muhlba91/pulumi-proxmoxve
License
Apache-2.0
Notes

This Pulumi package is based on the proxmoxve Terraform Provider.