public Endpoint Duplicate()

in RESTProxy/Models/Endpoint.cs [222:233]


        public Endpoint Duplicate()
        {
            return new Endpoint(
                this.TenantId,
                this.TenantFriendlyName,
                this.Type,
                this.ClientId,
                this.ClientSecretEncrypted,
                this.ClientSecretCertificateThumbrint,
                this.ReadOnlySecurityGroupAlias,
                this.ReadWriteSecurityGroupAlias);
        }