proxmoxve logo
Proxmox Virtual Environment (Proxmox VE) v5.1.0, Jun 1 23

proxmoxve.Permission.getGroup

Explore with Pulumi AI

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(group_id: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(group_id: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
func GetGroup(ctx *Context, args *GetGroupArgs, opts ...InvokeOption) (*GetGroupResult, error)
func GetGroupOutput(ctx *Context, args *GetGroupOutputArgs, opts ...InvokeOption) GetGroupResultOutput

> Note: This function is named GetGroup 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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: proxmoxve:Permission/getGroup:getGroup
  arguments:
    # arguments dictionary

The following arguments are supported:

GroupId string
GroupId string
groupId String
groupId string
groupId String

getGroup Result

The following output properties are available:

Acls List<Pulumi.ProxmoxVE.Permission.Outputs.GetGroupAcl>
Comment string
GroupId string
Id string

The provider-assigned unique ID for this managed resource.

Members List<string>
Acls []GetGroupAcl
Comment string
GroupId string
Id string

The provider-assigned unique ID for this managed resource.

Members []string
acls List<GetGroupAcl>
comment String
groupId String
id String

The provider-assigned unique ID for this managed resource.

members List<String>
acls GetGroupAcl[]
comment string
groupId string
id string

The provider-assigned unique ID for this managed resource.

members string[]
acls GetGroupAcl]
comment str
group_id str
id str

The provider-assigned unique ID for this managed resource.

members Sequence[str]
acls List<Property Map>
comment String
groupId String
id String

The provider-assigned unique ID for this managed resource.

members List<String>

Supporting Types

GetGroupAcl

Path string
Propagate bool
RoleId string
Path string
Propagate bool
RoleId string
path String
propagate Boolean
roleId String
path string
propagate boolean
roleId string
path String
propagate Boolean
roleId String

Package Details

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

This Pulumi package is based on the proxmoxve Terraform Provider.