ScmRepository.Attributes
The attributes that describe a Repositories resource.
Declaration
object ScmRepository.AttributesProperties
| Name | Type | Description |
|---|---|---|
httpCloneUrl | uri | The Git repository’s URL for cloning it using HTTP. |
lastAccessedDate | date-time | The date and time when Xcode Cloud last accessed the repository. |
ownerName | string | The name of the Git repository’s owner. |
repositoryName | string | The name of the Git repository. |
sshCloneUrl | uri | The Git repository’s URL for cloning it using SSH. |