Harbor v3.10.19 published on Monday, Feb 10, 2025 by Pulumiverse
harbor.getProjectMemberUsers
Explore with Pulumi AI
Example Usage
data "harbor_project_member_users" "example" {
project_id = "1"
}
output "project_member_user_ids" {
value = [data.harbor_project_member_users.example.project_member_users.*.id]
}
Using getProjectMemberUsers
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 getProjectMemberUsers(args: GetProjectMemberUsersArgs, opts?: InvokeOptions): Promise<GetProjectMemberUsersResult>
function getProjectMemberUsersOutput(args: GetProjectMemberUsersOutputArgs, opts?: InvokeOptions): Output<GetProjectMemberUsersResult>
def get_project_member_users(project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectMemberUsersResult
def get_project_member_users_output(project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectMemberUsersResult]
func GetProjectMemberUsers(ctx *Context, args *GetProjectMemberUsersArgs, opts ...InvokeOption) (*GetProjectMemberUsersResult, error)
func GetProjectMemberUsersOutput(ctx *Context, args *GetProjectMemberUsersOutputArgs, opts ...InvokeOption) GetProjectMemberUsersResultOutput
> Note: This function is named GetProjectMemberUsers
in the Go SDK.
public static class GetProjectMemberUsers
{
public static Task<GetProjectMemberUsersResult> InvokeAsync(GetProjectMemberUsersArgs args, InvokeOptions? opts = null)
public static Output<GetProjectMemberUsersResult> Invoke(GetProjectMemberUsersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectMemberUsersResult> getProjectMemberUsers(GetProjectMemberUsersArgs args, InvokeOptions options)
public static Output<GetProjectMemberUsersResult> getProjectMemberUsers(GetProjectMemberUsersArgs args, InvokeOptions options)
fn::invoke:
function: harbor:index/getProjectMemberUsers:getProjectMemberUsers
arguments:
# arguments dictionary
The following arguments are supported:
- Project
Id string - The id of the project within harbor.
- Project
Id string - The id of the project within harbor.
- project
Id String - The id of the project within harbor.
- project
Id string - The id of the project within harbor.
- project_
id str - The id of the project within harbor.
- project
Id String - The id of the project within harbor.
getProjectMemberUsers Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - The id of the project within harbor.
- Project
Member List<Pulumiverse.Users Harbor. Outputs. Get Project Member Users Project Member User>
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - The id of the project within harbor.
- Project
Member []GetUsers Project Member Users Project Member User
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - The id of the project within harbor.
- project
Member List<GetUsers Project Member Users Project Member User>
- id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - The id of the project within harbor.
- project
Member GetUsers Project Member Users Project Member User[]
- id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - The id of the project within harbor.
- project_
member_ Sequence[Getusers Project Member Users Project Member User]
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - The id of the project within harbor.
- project
Member List<Property Map>Users
Supporting Types
GetProjectMemberUsersProjectMemberUser
- id str
- The ID of this resource.
- project_
id str - The id of the project within harbor.
- role str
- user_
name str
Package Details
- Repository
- harbor pulumiverse/pulumi-harbor
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
harbor
Terraform Provider.