CredentialDto class CredentialDto Documentation Code public int ArtifactId { get; set; } public CredentialTypeRefDto CredentialType { get; set; } public string Name { get; set; } public Dictionary<string, string> SecretValues { get; set; } public CredentialDto()