Show / Hide Table of Contents

Class GetGroup

Inheritance
System.Object
GetGroup
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Keycloak
Assembly: Pulumi.Keycloak.dll
Syntax
public static class GetGroup

Methods

View Source

InvokeAsync(GetGroupArgs, InvokeOptions)

# keycloak..Group data source

This data source can be used to fetch properties of a Keycloak group for usage with other resources, such as keycloak..GroupRoles.

Argument Reference

The following arguments are supported:

  • realm_id - (Required) The realm this group exists within.
  • name - (Required) The name of the group

Attributes Reference

In addition to the arguments listed above, the following computed attributes are exported:

  • id - The unique ID of the group, which can be used as an argument to other resources supported by this provider.
Declaration
public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions options = null)
Parameters
Type Name Description
GetGroupArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetGroupResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.