Class: Aws::SecurityAgent::Types::GitLabRepositoryMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

Metadata for an integrated GitLab repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typeString

Defines the visibility level of provider resources. PRIVATE indicates restricted access, while PUBLIC indicates open access.

Returns:

  • (String)


4282
4283
4284
4285
4286
4287
4288
4289
# File 'lib/aws-sdk-securityagent/types.rb', line 4282

class GitLabRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :namespace,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the resource e.g. repository name, etc.

Returns:

  • (String)


4282
4283
4284
4285
4286
4287
4288
4289
# File 'lib/aws-sdk-securityagent/types.rb', line 4282

class GitLabRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :namespace,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace (group or user path) that owns the project.

Returns:

  • (String)


4282
4283
4284
4285
4286
4287
4288
4289
# File 'lib/aws-sdk-securityagent/types.rb', line 4282

class GitLabRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :namespace,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end

#provider_resource_idString

Provider Id of the resource e.g. GitHub repository id, etc.

Returns:

  • (String)


4282
4283
4284
4285
4286
4287
4288
4289
# File 'lib/aws-sdk-securityagent/types.rb', line 4282

class GitLabRepositoryMetadata < Struct.new(
  :name,
  :provider_resource_id,
  :namespace,
  :access_type)
  SENSITIVE = []
  include Aws::Structure
end