CreateIntegrationDetail
Contains details required to create a code security integration with a specific repository provider.
Inheritors
Types
Link copied to clipboard
data class GitlabSelfManaged(val value: CreateGitLabSelfManagedIntegrationDetail) : CreateIntegrationDetail
Details specific to creating an integration with a self-managed GitLab instance.
Link copied to clipboard
Functions
Link copied to clipboard
Casts this CreateIntegrationDetail as a GitlabSelfManaged and retrieves its aws.sdk.kotlin.services.inspector2.model.CreateGitLabSelfManagedIntegrationDetail value. Throws an exception if the CreateIntegrationDetail is not a GitlabSelfManaged.
Link copied to clipboard
Casts this CreateIntegrationDetail as a GitlabSelfManaged and retrieves its aws.sdk.kotlin.services.inspector2.model.CreateGitLabSelfManagedIntegrationDetail value. Returns null if the CreateIntegrationDetail is not a GitlabSelfManaged.