Class: Aws::SecurityAgent::Types::GitLabRepositoryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::GitLabRepositoryMetadata
- 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
-
#access_type ⇒ String
Defines the visibility level of provider resources.
-
#name ⇒ String
Name of the resource e.g.
-
#namespace ⇒ String
The namespace (group or user path) that owns the project.
-
#provider_resource_id ⇒ String
Provider Id of the resource e.g.
Instance Attribute Details
#access_type ⇒ String
Defines the visibility level of provider resources. PRIVATE indicates restricted access, while PUBLIC indicates open access.
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 |
#name ⇒ String
Name of the resource e.g. repository name, etc.
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 |
#namespace ⇒ String
The namespace (group or user path) that owns the project.
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_id ⇒ String
Provider Id of the resource e.g. GitHub repository id, etc.
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 |