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)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-securityagent/types.rb', line 4272

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)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-securityagent/types.rb', line 4272

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)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-securityagent/types.rb', line 4272

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)


4272
4273
4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-securityagent/types.rb', line 4272

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