Skip to content

GitCodeRepoProps

Properties for defining a GitCodeRepo.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-oos-gitcoderepo

Initializer

using AlibabaCloud.SDK.ROS.CDK.Oos;
new GitCodeRepoProps {
    object Owner,
    object Platform,
    object Repository,
    object CommitId = null,
    object Organization = null,
    object RefreshOptions = null
};

Properties

Name Type Description
Owner object Property owner: Git account.
Platform object Property platform: Git platform.
Repository object Property repository: Git repository.
CommitId object Property commitId: Git commit id.
Organization object Property organization: Git organization.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

OwnerRequired

public object Owner { get; set; }
  • Type: object

Property owner: Git account.


PlatformRequired

public object Platform { get; set; }
  • Type: object

Property platform: Git platform.


RepositoryRequired

public object Repository { get; set; }
  • Type: object

Property repository: Git repository.


CommitIdOptional

public object CommitId { get; set; }
  • Type: object

Property commitId: Git commit id.


OrganizationOptional

public object Organization { get; set; }
  • Type: object

Property organization: Git organization.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.