toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.securityinsights.kotlin.outputs
/
ListSourceControlRepositoriesResult
List
Source
Control
Repositories
Result
data
class
ListSourceControlRepositoriesResult
(
val
nextLink
:
String
,
val
value
:
List
<
RepoResponse
>
)
List all the source controls.
Members
Constructors
List
Source
Control
Repositories
Result
Link copied to clipboard
constructor
(
nextLink
:
String
,
value
:
List
<
RepoResponse
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
next
Link
Link copied to clipboard
val
nextLink
:
String
URL to fetch the next set of repositories.
value
Link copied to clipboard
val
value
:
List
<
RepoResponse
>
Array of repositories.