Class CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty
Contains details required to create an integration with a self-managed GitLab instance.
Inherited Members
Namespace: Amazon.CDK.AWS.InspectorV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty : CfnCodeSecurityIntegration.ICreateGitLabSelfManagedIntegrationDetailProperty
Syntax (vb)
Public Class CfnCodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetailProperty Implements CfnCodeSecurityIntegration.ICreateGitLabSelfManagedIntegrationDetailProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.InspectorV2;
var createGitLabSelfManagedIntegrationDetailProperty = new CreateGitLabSelfManagedIntegrationDetailProperty {
AccessToken = "accessToken",
InstanceUrl = "instanceUrl"
};
Synopsis
Constructors
CreateGitLabSelfManagedIntegrationDetailProperty() | Contains details required to create an integration with a self-managed GitLab instance. |
Properties
AccessToken | The personal access token used to authenticate with the self-managed GitLab instance. |
InstanceUrl | The URL of the self-managed GitLab instance. |
Constructors
CreateGitLabSelfManagedIntegrationDetailProperty()
Contains details required to create an integration with a self-managed GitLab instance.
public CreateGitLabSelfManagedIntegrationDetailProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.InspectorV2;
var createGitLabSelfManagedIntegrationDetailProperty = new CreateGitLabSelfManagedIntegrationDetailProperty {
AccessToken = "accessToken",
InstanceUrl = "instanceUrl"
};
Properties
AccessToken
The personal access token used to authenticate with the self-managed GitLab instance.
public string AccessToken { get; set; }
Property Value
Remarks
InstanceUrl
The URL of the self-managed GitLab instance.
public string InstanceUrl { get; set; }