1. Packages
  2. Volcenginecc Provider
  3. API Docs
  4. iam
  5. getGroup
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine

volcenginecc.iam.getGroup

Deploy with Pulumi
volcenginecc logo
volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine

    Data Source schema for Volcengine::IAM::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:iam/getGroup:getGroup
      arguments:
        # arguments dictionary

    The 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:

    AccountId int
    用户组所属主账号的ID。
    AttachedPolicys List<Volcengine.GetGroupAttachedPolicy>
    用户组绑定的策略信息。
    CreatedTime string
    用户组的创建时间。
    Description string
    用户组描述信息。长度不超过128。
    DisplayName string
    用户组显示名称。长度不超过64。
    Id string
    Uniquely identifies the resource.
    UpdatedTime string
    用户组的更新时间。
    UserGroupId int
    用户组ID。
    UserGroupName string
    用户组名称。长度1~64,支持英文、数字和.-_符号。
    Users List<Volcengine.GetGroupUser>
    用户组内绑定的用户信息。
    AccountId int
    用户组所属主账号的ID。
    AttachedPolicys []GetGroupAttachedPolicy
    用户组绑定的策略信息。
    CreatedTime string
    用户组的创建时间。
    Description string
    用户组描述信息。长度不超过128。
    DisplayName string
    用户组显示名称。长度不超过64。
    Id string
    Uniquely identifies the resource.
    UpdatedTime string
    用户组的更新时间。
    UserGroupId int
    用户组ID。
    UserGroupName string
    用户组名称。长度1~64,支持英文、数字和.-_符号。
    Users []GetGroupUser
    用户组内绑定的用户信息。
    accountId Integer
    用户组所属主账号的ID。
    attachedPolicys List<GetGroupAttachedPolicy>
    用户组绑定的策略信息。
    createdTime String
    用户组的创建时间。
    description String
    用户组描述信息。长度不超过128。
    displayName String
    用户组显示名称。长度不超过64。
    id String
    Uniquely identifies the resource.
    updatedTime String
    用户组的更新时间。
    userGroupId Integer
    用户组ID。
    userGroupName String
    用户组名称。长度1~64,支持英文、数字和.-_符号。
    users List<GetGroupUser>
    用户组内绑定的用户信息。
    accountId number
    用户组所属主账号的ID。
    attachedPolicys GetGroupAttachedPolicy[]
    用户组绑定的策略信息。
    createdTime string
    用户组的创建时间。
    description string
    用户组描述信息。长度不超过128。
    displayName string
    用户组显示名称。长度不超过64。
    id string
    Uniquely identifies the resource.
    updatedTime string
    用户组的更新时间。
    userGroupId number
    用户组ID。
    userGroupName string
    用户组名称。长度1~64,支持英文、数字和.-_符号。
    users GetGroupUser[]
    用户组内绑定的用户信息。
    account_id int
    用户组所属主账号的ID。
    attached_policys Sequence[GetGroupAttachedPolicy]
    用户组绑定的策略信息。
    created_time str
    用户组的创建时间。
    description str
    用户组描述信息。长度不超过128。
    display_name str
    用户组显示名称。长度不超过64。
    id str
    Uniquely identifies the resource.
    updated_time str
    用户组的更新时间。
    user_group_id int
    用户组ID。
    user_group_name str
    用户组名称。长度1~64,支持英文、数字和.-_符号。
    users Sequence[GetGroupUser]
    用户组内绑定的用户信息。
    accountId Number
    用户组所属主账号的ID。
    attachedPolicys List<Property Map>
    用户组绑定的策略信息。
    createdTime String
    用户组的创建时间。
    description String
    用户组描述信息。长度不超过128。
    displayName String
    用户组显示名称。长度不超过64。
    id String
    Uniquely identifies the resource.
    updatedTime String
    用户组的更新时间。
    userGroupId Number
    用户组ID。
    userGroupName String
    用户组名称。长度1~64,支持英文、数字和.-_符号。
    users List<Property Map>
    用户组内绑定的用户信息。

    Supporting Types

    GetGroupAttachedPolicy

    AttachTime string
    策略绑定时间。
    Description string
    策略描述。
    PolicyName string
    策略名。
    PolicyScopes List<Volcengine.GetGroupAttachedPolicyPolicyScope>
    策略授权的作用范围,特指项目范围。
    PolicyTrn string
    策略TRN。
    PolicyType string
    策略类型。System代表系统预设策略,Custom代表自定义策略。
    AttachTime string
    策略绑定时间。
    Description string
    策略描述。
    PolicyName string
    策略名。
    PolicyScopes []GetGroupAttachedPolicyPolicyScope
    策略授权的作用范围,特指项目范围。
    PolicyTrn string
    策略TRN。
    PolicyType string
    策略类型。System代表系统预设策略,Custom代表自定义策略。
    attachTime String
    策略绑定时间。
    description String
    策略描述。
    policyName String
    策略名。
    policyScopes List<GetGroupAttachedPolicyPolicyScope>
    策略授权的作用范围,特指项目范围。
    policyTrn String
    策略TRN。
    policyType String
    策略类型。System代表系统预设策略,Custom代表自定义策略。
    attachTime string
    策略绑定时间。
    description string
    策略描述。
    policyName string
    策略名。
    policyScopes GetGroupAttachedPolicyPolicyScope[]
    策略授权的作用范围,特指项目范围。
    policyTrn string
    策略TRN。
    policyType string
    策略类型。System代表系统预设策略,Custom代表自定义策略。
    attach_time str
    策略绑定时间。
    description str
    策略描述。
    policy_name str
    策略名。
    policy_scopes Sequence[GetGroupAttachedPolicyPolicyScope]
    策略授权的作用范围,特指项目范围。
    policy_trn str
    策略TRN。
    policy_type str
    策略类型。System代表系统预设策略,Custom代表自定义策略。
    attachTime String
    策略绑定时间。
    description String
    策略描述。
    policyName String
    策略名。
    policyScopes List<Property Map>
    策略授权的作用范围,特指项目范围。
    policyTrn String
    策略TRN。
    policyType String
    策略类型。System代表系统预设策略,Custom代表自定义策略。

    GetGroupAttachedPolicyPolicyScope

    AttachTime string
    项目授权时间。
    PolicyScopeType string
    授权类型。Global代表全局授权(不限制项目),Project代表按项目授权。
    ProjectDisplayName string
    按项目授权时的项目显示名。
    ProjectName string
    按项目授权时的项目名。
    AttachTime string
    项目授权时间。
    PolicyScopeType string
    授权类型。Global代表全局授权(不限制项目),Project代表按项目授权。
    ProjectDisplayName string
    按项目授权时的项目显示名。
    ProjectName string
    按项目授权时的项目名。
    attachTime String
    项目授权时间。
    policyScopeType String
    授权类型。Global代表全局授权(不限制项目),Project代表按项目授权。
    projectDisplayName String
    按项目授权时的项目显示名。
    projectName String
    按项目授权时的项目名。
    attachTime string
    项目授权时间。
    policyScopeType string
    授权类型。Global代表全局授权(不限制项目),Project代表按项目授权。
    projectDisplayName string
    按项目授权时的项目显示名。
    projectName string
    按项目授权时的项目名。
    attach_time str
    项目授权时间。
    policy_scope_type str
    授权类型。Global代表全局授权(不限制项目),Project代表按项目授权。
    project_display_name str
    按项目授权时的项目显示名。
    project_name str
    按项目授权时的项目名。
    attachTime String
    项目授权时间。
    policyScopeType String
    授权类型。Global代表全局授权(不限制项目),Project代表按项目授权。
    projectDisplayName String
    按项目授权时的项目显示名。
    projectName String
    按项目授权时的项目名。

    GetGroupUser

    Description string
    用户描述。
    DisplayName string
    用户显示名。
    JoinTime string
    用户加入用户组的时间。
    UserId int
    用户ID。
    UserName string
    用户名。
    Description string
    用户描述。
    DisplayName string
    用户显示名。
    JoinTime string
    用户加入用户组的时间。
    UserId int
    用户ID。
    UserName string
    用户名。
    description String
    用户描述。
    displayName String
    用户显示名。
    joinTime String
    用户加入用户组的时间。
    userId Integer
    用户ID。
    userName String
    用户名。
    description string
    用户描述。
    displayName string
    用户显示名。
    joinTime string
    用户加入用户组的时间。
    userId number
    用户ID。
    userName string
    用户名。
    description str
    用户描述。
    display_name str
    用户显示名。
    join_time str
    用户加入用户组的时间。
    user_id int
    用户ID。
    user_name str
    用户名。
    description String
    用户描述。
    displayName String
    用户显示名。
    joinTime String
    用户加入用户组的时间。
    userId Number
    用户ID。
    userName String
    用户名。

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    volcenginecc v0.0.2 published on Saturday, Oct 11, 2025 by Volcengine
      Meet Neo: Your AI Platform Teammate