Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
Data Source schema for Volcengine::CloudIdentity::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(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(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: volcenginecc:cloudidentity/getGroup:getGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getGroup Result
The following output properties are available:
- Created
Time string - Creation Time
- Description string
- Description
- Display
Name string - Display Name
- Group
Id string - User Group ID
- Group
Name string - User Group Name
- Id string
- Uniquely identifies the resource.
- Join
Type string - User Group Type
- Members
List<Volcengine.
Get Group Member> - User Group Member List
- Source string
- User Group Source
- Updated
Time string - Update Time
- Created
Time string - Creation Time
- Description string
- Description
- Display
Name string - Display Name
- Group
Id string - User Group ID
- Group
Name string - User Group Name
- Id string
- Uniquely identifies the resource.
- Join
Type string - User Group Type
- Members
[]Get
Group Member - User Group Member List
- Source string
- User Group Source
- Updated
Time string - Update Time
- created
Time String - Creation Time
- description String
- Description
- display
Name String - Display Name
- group
Id String - User Group ID
- group
Name String - User Group Name
- id String
- Uniquely identifies the resource.
- join
Type String - User Group Type
- members
List<Get
Group Member> - User Group Member List
- source String
- User Group Source
- updated
Time String - Update Time
- created
Time string - Creation Time
- description string
- Description
- display
Name string - Display Name
- group
Id string - User Group ID
- group
Name string - User Group Name
- id string
- Uniquely identifies the resource.
- join
Type string - User Group Type
- members
Get
Group Member[] - User Group Member List
- source string
- User Group Source
- updated
Time string - Update Time
- created_
time str - Creation Time
- description str
- Description
- display_
name str - Display Name
- group_
id str - User Group ID
- group_
name str - User Group Name
- id str
- Uniquely identifies the resource.
- join_
type str - User Group Type
- members
Sequence[Get
Group Member] - User Group Member List
- source str
- User Group Source
- updated_
time str - Update Time
- created
Time String - Creation Time
- description String
- Description
- display
Name String - Display Name
- group
Id String - User Group ID
- group
Name String - User Group Name
- id String
- Uniquely identifies the resource.
- join
Type String - User Group Type
- members List<Property Map>
- User Group Member List
- source String
- User Group Source
- updated
Time String - Update Time
Supporting Types
GetGroupMember
- Description string
- User Description
- Display
Name string - User Display Name
- Email string
- User Email
- Identity
Type string - User Identity Type
- Join
Time string - User Group Join Time
- Phone string
- User Phone Number
- Source string
- User Source
- User
Id string - User ID
- User
Name string - Username
- Description string
- User Description
- Display
Name string - User Display Name
- Email string
- User Email
- Identity
Type string - User Identity Type
- Join
Time string - User Group Join Time
- Phone string
- User Phone Number
- Source string
- User Source
- User
Id string - User ID
- User
Name string - Username
- description String
- User Description
- display
Name String - User Display Name
- email String
- User Email
- identity
Type String - User Identity Type
- join
Time String - User Group Join Time
- phone String
- User Phone Number
- source String
- User Source
- user
Id String - User ID
- user
Name String - Username
- description string
- User Description
- display
Name string - User Display Name
- email string
- User Email
- identity
Type string - User Identity Type
- join
Time string - User Group Join Time
- phone string
- User Phone Number
- source string
- User Source
- user
Id string - User ID
- user
Name string - Username
- description str
- User Description
- display_
name str - User Display Name
- email str
- User Email
- identity_
type str - User Identity Type
- join_
time str - User Group Join Time
- phone str
- User Phone Number
- source str
- User Source
- user_
id str - User ID
- user_
name str - Username
- description String
- User Description
- display
Name String - User Display Name
- email String
- User Email
- identity
Type String - User Identity Type
- join
Time String - User Group Join Time
- phone String
- User Phone Number
- source String
- User Source
- user
Id String - User ID
- user
Name String - Username
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.32
published on Thursday, Apr 23, 2026 by Volcengine
published on Thursday, Apr 23, 2026 by Volcengine
