Represents credential data for repository publishing.
public sealed record RepositoryCredential(string Id, string Type, IReadOnlyDictionary<string, string> Properties) : IEquatable<RepositoryCredential>
kind:method, kind:property, kind:ctor. Press Esc to clear.RepositoryCredential(String, String, IReadOnlyDictionary<String, String>)Represents credential data for repository publishing.