Credential public sealed class Credential Documentation Code public int ArtifactId { get; } public string CredentialType { get; } public string Name { get; } public Credential(int artifactId, string name, string credentialType, IDictionary<string, string> secrets)