GetProjectMembershipResult

data class GetProjectMembershipResult(val fullPath: String, val id: String, val inherited: Boolean? = null, val members: List<GetProjectMembershipMember>, val projectId: Int, val query: String? = null)

A collection of values returned by getProjectMembership.

Constructors

Link copied to clipboard
constructor(fullPath: String, id: String, inherited: Boolean? = null, members: List<GetProjectMembershipMember>, projectId: Int, query: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full path of the project.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val inherited: Boolean? = null

Return all project members including members through ancestor groups

Link copied to clipboard

The list of project members.

Link copied to clipboard

The ID of the project.

Link copied to clipboard
val query: String? = null

A query string to search for members