1. Packages
  2. Azure Native
  3. API Docs
  4. security
  5. listGitLabGroupAvailable
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.security.listGitLabGroupAvailable

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

List of RP resources which supports pagination.

Uses Azure REST API version 2024-04-01.

Other available API versions: 2023-09-01-preview, 2024-05-15-preview, 2025-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native security [ApiVersion]. See the version guide for details.

Using listGitLabGroupAvailable

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 listGitLabGroupAvailable(args: ListGitLabGroupAvailableArgs, opts?: InvokeOptions): Promise<ListGitLabGroupAvailableResult>
function listGitLabGroupAvailableOutput(args: ListGitLabGroupAvailableOutputArgs, opts?: InvokeOptions): Output<ListGitLabGroupAvailableResult>
Copy
def list_git_lab_group_available(resource_group_name: Optional[str] = None,
                                 security_connector_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> ListGitLabGroupAvailableResult
def list_git_lab_group_available_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                 security_connector_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[ListGitLabGroupAvailableResult]
Copy
func ListGitLabGroupAvailable(ctx *Context, args *ListGitLabGroupAvailableArgs, opts ...InvokeOption) (*ListGitLabGroupAvailableResult, error)
func ListGitLabGroupAvailableOutput(ctx *Context, args *ListGitLabGroupAvailableOutputArgs, opts ...InvokeOption) ListGitLabGroupAvailableResultOutput
Copy

> Note: This function is named ListGitLabGroupAvailable in the Go SDK.

public static class ListGitLabGroupAvailable 
{
    public static Task<ListGitLabGroupAvailableResult> InvokeAsync(ListGitLabGroupAvailableArgs args, InvokeOptions? opts = null)
    public static Output<ListGitLabGroupAvailableResult> Invoke(ListGitLabGroupAvailableInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListGitLabGroupAvailableResult> listGitLabGroupAvailable(ListGitLabGroupAvailableArgs args, InvokeOptions options)
public static Output<ListGitLabGroupAvailableResult> listGitLabGroupAvailable(ListGitLabGroupAvailableArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:security:listGitLabGroupAvailable
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SecurityConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The security connector name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
SecurityConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The security connector name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
securityConnectorName
This property is required.
Changes to this property will trigger replacement.
String
The security connector name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
securityConnectorName
This property is required.
Changes to this property will trigger replacement.
string
The security connector name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
security_connector_name
This property is required.
Changes to this property will trigger replacement.
str
The security connector name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
securityConnectorName
This property is required.
Changes to this property will trigger replacement.
String
The security connector name.

listGitLabGroupAvailable Result

The following output properties are available:

NextLink string
Gets or sets next link to scroll over the results.
Value List<Pulumi.AzureNative.Security.Outputs.GitLabGroupResponse>
Gets or sets list of resources.
NextLink string
Gets or sets next link to scroll over the results.
Value []GitLabGroupResponse
Gets or sets list of resources.
nextLink String
Gets or sets next link to scroll over the results.
value List<GitLabGroupResponse>
Gets or sets list of resources.
nextLink string
Gets or sets next link to scroll over the results.
value GitLabGroupResponse[]
Gets or sets list of resources.
next_link str
Gets or sets next link to scroll over the results.
value Sequence[GitLabGroupResponse]
Gets or sets list of resources.
nextLink String
Gets or sets next link to scroll over the results.
value List<Property Map>
Gets or sets list of resources.

Supporting Types

GitLabGroupPropertiesResponse

FullyQualifiedFriendlyName This property is required. string

Gets or sets the human readable fully-qualified name of the Group object.

This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.

FullyQualifiedName This property is required. string

Gets or sets the fully-qualified name of the Group object.

This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

ProvisioningStatusMessage This property is required. string
Gets or sets resource status message.
ProvisioningStatusUpdateTimeUtc This property is required. string
Gets or sets time when resource was last checked.
Url This property is required. string
Gets or sets the url of the GitLab Group.
OnboardingState string

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

ProvisioningState string

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

FullyQualifiedFriendlyName This property is required. string

Gets or sets the human readable fully-qualified name of the Group object.

This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.

FullyQualifiedName This property is required. string

Gets or sets the fully-qualified name of the Group object.

This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

ProvisioningStatusMessage This property is required. string
Gets or sets resource status message.
ProvisioningStatusUpdateTimeUtc This property is required. string
Gets or sets time when resource was last checked.
Url This property is required. string
Gets or sets the url of the GitLab Group.
OnboardingState string

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

ProvisioningState string

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

fullyQualifiedFriendlyName This property is required. String

Gets or sets the human readable fully-qualified name of the Group object.

This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.

fullyQualifiedName This property is required. String

Gets or sets the fully-qualified name of the Group object.

This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

provisioningStatusMessage This property is required. String
Gets or sets resource status message.
provisioningStatusUpdateTimeUtc This property is required. String
Gets or sets time when resource was last checked.
url This property is required. String
Gets or sets the url of the GitLab Group.
onboardingState String

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

provisioningState String

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

fullyQualifiedFriendlyName This property is required. string

Gets or sets the human readable fully-qualified name of the Group object.

This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.

fullyQualifiedName This property is required. string

Gets or sets the fully-qualified name of the Group object.

This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

provisioningStatusMessage This property is required. string
Gets or sets resource status message.
provisioningStatusUpdateTimeUtc This property is required. string
Gets or sets time when resource was last checked.
url This property is required. string
Gets or sets the url of the GitLab Group.
onboardingState string

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

provisioningState string

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

fully_qualified_friendly_name This property is required. str

Gets or sets the human readable fully-qualified name of the Group object.

This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.

fully_qualified_name This property is required. str

Gets or sets the fully-qualified name of the Group object.

This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

provisioning_status_message This property is required. str
Gets or sets resource status message.
provisioning_status_update_time_utc This property is required. str
Gets or sets time when resource was last checked.
url This property is required. str
Gets or sets the url of the GitLab Group.
onboarding_state str

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

provisioning_state str

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

fullyQualifiedFriendlyName This property is required. String

Gets or sets the human readable fully-qualified name of the Group object.

This contains the entire namespace hierarchy as seen on GitLab UI where namespaces are separated by the '/' character.

fullyQualifiedName This property is required. String

Gets or sets the fully-qualified name of the Group object.

This contains the entire namespace hierarchy where namespaces are separated by the '$' character.

provisioningStatusMessage This property is required. String
Gets or sets resource status message.
provisioningStatusUpdateTimeUtc This property is required. String
Gets or sets time when resource was last checked.
url This property is required. String
Gets or sets the url of the GitLab Group.
onboardingState String

Details about resource onboarding status across all connectors.

OnboardedByOtherConnector - this resource has already been onboarded to another connector. This is only applicable to top-level resources. Onboarded - this resource has already been onboarded by the specified connector. NotOnboarded - this resource has not been onboarded to any connector. NotApplicable - the onboarding state is not applicable to the current endpoint.

provisioningState String

The provisioning state of the resource.

Pending - Provisioning pending. Failed - Provisioning failed. Succeeded - Successful provisioning. Canceled - Provisioning canceled. PendingDeletion - Deletion pending. DeletionSuccess - Deletion successful. DeletionFailure - Deletion failure.

GitLabGroupResponse

Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. Pulumi.AzureNative.Security.Inputs.SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Properties Pulumi.AzureNative.Security.Inputs.GitLabGroupPropertiesResponse
GitLab Group properties.
Id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
Name This property is required. string
The name of the resource
SystemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
Type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Properties GitLabGroupPropertiesResponse
GitLab Group properties.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties GitLabGroupPropertiesResponse
GitLab Group properties.
id This property is required. string
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. string
The name of the resource
systemData This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. string
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties GitLabGroupPropertiesResponse
GitLab Group properties.
id This property is required. str
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. str
The name of the resource
system_data This property is required. SystemDataResponse
Metadata pertaining to creation and last modification of the resource.
type This property is required. str
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties GitLabGroupPropertiesResponse
GitLab Group properties.
id This property is required. String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name This property is required. String
The name of the resource
systemData This property is required. Property Map
Metadata pertaining to creation and last modification of the resource.
type This property is required. String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
properties Property Map
GitLab Group properties.

SystemDataResponse

CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
CreatedAt string
The timestamp of resource creation (UTC).
CreatedBy string
The identity that created the resource.
CreatedByType string
The type of identity that created the resource.
LastModifiedAt string
The timestamp of resource last modification (UTC)
LastModifiedBy string
The identity that last modified the resource.
LastModifiedByType string
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.
createdAt string
The timestamp of resource creation (UTC).
createdBy string
The identity that created the resource.
createdByType string
The type of identity that created the resource.
lastModifiedAt string
The timestamp of resource last modification (UTC)
lastModifiedBy string
The identity that last modified the resource.
lastModifiedByType string
The type of identity that last modified the resource.
created_at str
The timestamp of resource creation (UTC).
created_by str
The identity that created the resource.
created_by_type str
The type of identity that created the resource.
last_modified_at str
The timestamp of resource last modification (UTC)
last_modified_by str
The identity that last modified the resource.
last_modified_by_type str
The type of identity that last modified the resource.
createdAt String
The timestamp of resource creation (UTC).
createdBy String
The identity that created the resource.
createdByType String
The type of identity that created the resource.
lastModifiedAt String
The timestamp of resource last modification (UTC)
lastModifiedBy String
The identity that last modified the resource.
lastModifiedByType String
The type of identity that last modified the resource.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi